|
|
|
|
|
by hinkley
1292 days ago
|
|
I had an idea years ago when I still had the young man’s dream about writing a programming language. It came after I took over a J2ME project that was trying to do a great deal of functionality in an 85K jarfile. That idea was that there should be a little language inside of each big language that is used to implement the self hosting aspects of the language, and then a small set of additional libraries would provide a usable embedded variant of the ecosystem, good for small places and things that have to start quickly. |
|
In general, I like this, but not every language actually needs it. Like, what would that even be in Python for example?