Latest programming languages

Started by
12 comments, last by wqking 13 years ago
I've often thought that Falcon look interesting, but haven't tried it myself yet. From their webpage:

Falcon is an Open Source, simple, fast and powerful programming language, easy to learn and to feel comfortable with, and a scripting engine ready to empower mission-critical multithreaded applications.

Falcon provides six integrated programming paradigms: procedural, object oriented, prototype oriented, functional, tabular and message oriented. And you don't have to master all of them; you just need to pick the ingredients you prefer, and let the code to follow your inspiration.[/quote]
Advertisement

Falcon provides six integrated programming paradigms: procedural, object oriented, prototype oriented, functional, tabular and message oriented. And you don't have to master all of them; you just need to pick the ingredients you prefer, and let the code to follow your inspiration.






If you have functional programming, you have closures, and if you have closures you can pretty much implement whatever sort of object system you want. I'm not sure that tabular even counts as a paradigm.

I'm vaguely amused that nobody mentioned Python yet.

(It's older than Java btw.)
D language?

Personally I don't know it, but the name sounds cool. D, aha, brother of C?

https://www.kbasm.com -- My personal website

https://github.com/wqking/eventpp  eventpp -- C++ library for event dispatcher and callback list

https://github.com/cpgf/cpgf  cpgf library -- free C++ open source library for reflection, serialization, script binding, callbacks, and meta data for OpenGL Box2D, SFML and Irrlicht.

This topic is closed to new replies.

Advertisement