|
|
|
|
|
by giancarlostoro
2394 days ago
|
|
For that matter, VB, C#, Java and even Delphi all had a RAD approach to developing UIs. Why don't more modern languages work on even a basic UI as part of their standard libraries. What kind of system doesn't have a UI these days? Outside of servers obviously. The closest Go and Rust (modern languages...) are getting to a UI seems to be WebAssembly, which for now points towards an Electron UI solution. I'm not super familiar with SLIME, but that's the goals of LangServ is to consolidate everything into a known protocol. There's also a spec for debugging. Oddly enough the Wikipedia page for SLIME doesn't seem to mention Racket[0], but it does mention Clojure. [0]: https://en.wikipedia.org/wiki/SLIME |
|
In the end, this is a project that is at least as much effort a creating a programming language.