Tag: programming languages

  • How could I have missed this guy commenting on Oli’s Semantic Programming? Dunno … but I did.

  • Urbi is a great, parallel, event driven language for programming robots.Watch the tutorial video. Absolutely packed with interesting control structures to handle the implicit parallelism and event-driven nature of the language. Several important ideas : free subsumption architecture (you actually run many different programs in parallel, each dealing with certain motors and sensors, but interacting…

  • Clay Language

    I like the look of the Clay programming language. C with variants.

  • How to write an interpreter in one day.

  • Now this guy is impressive.

  • Prediction I made : I predict that in five years time, the hot language will either be a version of Python which has adopted ideas (Pattern matching arguments, Monads, immutability etc.) from Haskell; or a Haskell-like language which has borrowed some syntactic sugar from Python. Don’t know if I entirely believe that, but it’s a…

  • Kira is a language which compiles to PHP