====== Links to the rescue! ====== Purpose of this page is to be the only place for sharing links with each other. [[http://www.altdevblogaday.com/2012/04/26/functional-programming-in-c/|John Carmack (the guy who made the Doom) on FP]] [[https://github.com/voidlizard/hopc|Scheme Compiller for embedded]] OMG LOL [[https://github.com/jayferd/balls|Bash On Balls]] [[https://github.com/graydon/rust/wiki|Rust]] — Intrestring language by Mozilla for the FF of the future. **NISHTYAKS:** Mostly immutabile data manipulation, handful of FP features, Erlang-like concurrency, C performance, C-like syntax (FUUUUU~), cross-platform. [[http://mythryl.org/| Mythryl]] — something like ML + C + Lisp [[http://www.impredicative.com/ur/ | Ur]] is a programming language in the tradition of ML and Haskell, but featuring a significantly richer type system. Ur is functional, pure, statically-typed, and strict. Ur supports a powerful kind of metaprogramming based on row types. [[http://love5an.livejournal.com/357147.html|Types in CL]] [[http://blog.theincredibleholk.org/blog/2013/06/28/announcing-the-release-of-harlan/|Harlan]] --- another Scheme-like language which tries to be multiparadigm; anyone to take a closer look at it? (~ avst) [[http://boost-spirit.com/home/|Boost::Spirit C++ Library]] -- a Boost library that enables CFG rules to be written in pure C++ expressions.