Future of Programming Languages
1–10 of 73 posts
Re: Future of Programming Languages
#2Re: Future of Programming Languages
#3This just seems like a giant incoherent wish list with no central vision or any sense of the inevitable compromise required for any language of stature.
Re: Future of Programming Languages
#4Re: Future of Programming Languages
#5This just seems like a giant incoherent wish list with no central vision or any sense of the inevitable compromise required for any language of stature.
Re: Future of Programming Languages
#6My person vision is lots of tiny languages that work together in such a way that you don't have to get out of their sweet spot. Of course, I'm not sure if its possible to do this nicely.
Lisps are very good for producing DSLs; when you have macros you have very powerful control over the syntax and can therefore produce your own language within the language.
The Common Lisp LOOP macro is a great example of power of macros; though in that case it is debatable whether it was used for good or bad.
Re: Future of Programming Languages
#7My person vision is lots of tiny languages that work together in such a way that you don't have to get out of their sweet spot. Of course, I'm not sure if its possible to do this nicely.
I personally can't work deeply in more than about 4 languages at once. This might be my memory, my experience level, or it could be a human limit, like the short-term memory 7±2 limit.
Re: Future of Programming Languages
#8My person vision is lots of tiny languages that work together in such a way that you don't have to get out of their sweet spot. Of course, I'm not sure if its possible to do this nicely.
They are called Domain Specific Languages (DSLs). And it can be done reasonably well today. Lisps are very good for producing DSLs; when you have macros you have very powerful control over the syntax and can therefore produce your own language within the language. The Common Lisp LOOP macro is a great example of power of macros; though in that case it is debatable whether it was used for good or bad.
Re: Future of Programming Languages
#9> Simple: The language of the future will have all the HolyWar features I like, and banish those that I don't. -- FillInTheBlankWeenie?
^ Only reasonable response. laugh.
There's questions all around about where domain-specific stuff is going. Regardless, I think there will be a lot more testing and program-proving.