|
You are here |
fsharpforfunandprofit.com | ||
| | | | |
www.owlcode.eu
|
|
| | | | | Elm is a pure functional language to build web-applications | |
| | | | |
mmhaskell.com
|
|
| | | | | [AI summary] This article compares Functional Programming and Object Oriented Programming paradigms, discussing their key differences, strengths, weaknesses, and how Haskell fits into the functional paradigm. | |
| | | | |
smsohan.com
|
|
| | | | | I like the idea of learning one new programming language every year. This is also mentioned at The Pragmatic Programmer Book. I'm now looking for a new language to learn. In 2011, I learned F#, my first functional programming language experience. It's a really nice language, especially if you're familiar with the .Net class library and the windows development echo system in general. This was really fun, learned the basic concepts and building blocks of functional languages. | |
| | | | |
www.craftinginterpreters.com
|
|
| | | [AI summary] This text provides an in-depth overview of programming language concepts, focusing on compilers, interpreters, and related tools. It explains the differences between compilers and interpreters, discusses various implementation techniques like transpilation and just-in-time (JIT) compilation, and touches on the broader landscape of language processing. The text also serves as an introduction to the Lox language and encourages exploration of open-source language implementations. | ||