Hacker News
- A compiler for Crisp, a Lisp-inspired language, in Haskell with LLVM https://github.com/talw/crisp-compiler 2 comments
- Announcing DAML - a Haskell-based smart contract development language https://www.reddit.com/r/haskell/comments/b9cja6/announcing_daml_a_haskellbased_smart_contract/ 10 comments haskell
- What evaluation strategy to use for a new Haskell-like language? (and other questions) https://www.reddit.com/r/haskell/comments/7nmcrj/what_evaluation_strategy_to_use_for_a_new/ 49 comments haskell
- Haskell-like languages. https://www.reddit.com/r/haskell/comments/5jev1k/haskelllike_languages/ 88 comments haskell
- Frege - Haskell-like JVM language Frege Programming Language https://code.google.com/p/frege/ 7 comments haskell
- Software Development Languages: Haskell https://www.fosskers.ca/en/blog/haskell-software-dev 10 comments programming
- How do Haskell salaries compare to other programming languages? https://insights.stackoverflow.com/survey/2021#technology-top-paying-technologies 36 comments haskell
- How to make sure Haskell Language Server correctly works in VS Code? https://www.reddit.com/r/haskell/comments/jc1kal/how_to_make_sure_haskell_language_server/ 9 comments haskell
- “Haskell's semantics, plus Lisp's macros. Meet Axel: a purely functional, extensible, and powerful programming language.” https://axellang.github.io 31 comments programming
- Building a web app with functional programming languages - Haskell part I https://www.reddit.com/r/haskell/comments/fjl8gm/building_a_web_app_with_functional_programming/ 9 comments haskell
- Which scripting languages can I embed in a haskell program? https://www.reddit.com/r/haskell/comments/acc2qx/which_scripting_languages_can_i_embed_in_a/ 40 comments haskell
- Carnap is a free and open-source Haskell framework for creating and exploring formal languages, logics, and semantics. https://www.reddit.com/r/haskell/comments/9v2rvp/carnap_is_a_free_and_opensource_haskell_framework/ 6 comments haskell
- Understanding Simplicity: implementing a smart contract language in 30 lines of Haskell https://medium.com/@danrobinson/understanding-simplicity-implementing-a-smart-contract-language-in-30-lines-of-haskell-827521bfeb4d 5 comments haskell
- Language choice (w.r.t. Go and Haskell) https://honza.ca/2015/11/language-choice 35 comments golang
- Haskell critique and thoughts on language design https://github.com/sviperll/argo/blob/master/readme.md 7 comments programming
- Hardware design of a cooperative adaptive cruise control system using a functional programming language ( Haskell ) - PDF File http://essay.utwente.nl/65686/1/bronkhorst_ma_eemcs.pdf 11 comments haskell
- A Tiny Compiler in Haskell For A Typed Higher Order Language http://jozefg.bitbucket.org/posts/2015-03-24-pcf.html 11 comments haskell
- Can Your Programming Language Do This? Haskell version? http://www.joelonsoftware.com/items/2006/08/01.html 36 comments haskell
- Learning Curves for different programming languages (including Haskell) https://github.com/dobiasd/articles/blob/master/programming_language_learning_curves.md 98 comments haskell
- Esoteric Befunge-like language implemented in Haskell https://github.com/crazym4n/brainfunge 13 comments haskell
- Frege: a JVM pure functional programming language in the spirit of Haskell https://github.com/frege/frege 22 comments haskell
- [Haskell] Quipper: a quantum programming language http://www.haskell.org/pipermail/haskell/2013-june/023849.html 21 comments programming
- A Typed Markup Language Based On Haskell http://blog.functorial.com/posts/2013-05-18-typed-markup-language.html 9 comments haskell
- Haskell isn't a "Lazy Language" http://ycombinator.blogspot.pt/2012/08/why-haskell-is-not-lazy-language.html 10 comments programming
- Embedding F: embed polymorphic domain specific languages in Haskell ,OCaml [pdf] http://homepages.inf.ed.ac.uk/slindley/papers/embedding-f-draft-june2012.pdf 3 comments ocaml
- Open Quark: Another haskell like language on JVM. Much more older and mature than Frege. Yet unknown and forgotten. http://openquark.org/welcome.html 6 comments haskell
- What about the ImplicitParams Haskell Language Extension? http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.46.9849 17 comments haskell
- Haskell features I'd like to see in other languages http://intoverflow.wordpress.com/2010/06/30/haskell-features-id-like-to-see-in-other-languages/ 12 comments haskell
- Microsoft's new Barrelfish OS: built on domain specific languages written in Haskell :: PDF http://www.barrelfish.org/fof_plos09.pdf 87 comments programming
- Starting out with Haskell : "I never thought I’d actually get this excited about learning a programming language again" http://joelrayking.wordpress.com/2009/08/08/starting-out-with-haskell/ 8 comments haskell
- Yet another proposal for Haskell - the ever growing language http://tommd.wordpress.com/2009/03/22/yet-another-proposal-for-haskell-the-ever-growing-language 31 comments haskell
- "Haskell is an obscure and mostly disused esoteric programming language named after the planet Haskell, a large and moving planet orbiting Aldebaran." http://uncyclopedia.org/wiki/haskell 18 comments programming
- Why the Great Language Shootout changed because Haskell was too fast http://www.haskell.org//pipermail/haskell/2006-june/018127.html 81 comments programming
- Haskell: an Imperative Language with Mutable State http://neilbartlett.name/blog/2007/04/11/haskell-an-imperative-language-with-mutable-state/ 15 comments programming
- Erik Naggum on Haskell and language expressibility http://groups.google.com/group/comp.lang.lisp/msg/28cb9d4217fe6dc3?dmode=source 7 comments programming
- Haskell Unity Game Engine Language Integration Kick Starter https://www.reddit.com/r/haskell/comments/bz48y1/haskell_unity_game_engine_language_integration/ 4 comments haskell
- PureScript -- strongly, statically typed programming language, written in and inspired by Haskell. Compiles to readable JS! http://purescript.readthedocs.org/en/latest/intro.html 11 comments javascript
- My brother and I just released alpha of our open source declarative programming language (implemented in Haskell!) for writing modern web apps (i.e. React/Node/Prisma) with no boilerplate. We are still learning Haskell and would love to get your feedback / advice! https://www.reddit.com/r/haskell/comments/jp80l1/my_brother_and_i_just_released_alpha_of_our_open/ 22 comments haskell
- Linear Haskell: practical linearity in a higher-order polymorphic language (paper) https://arxiv.org/abs/1710.09756 23 comments haskell
- GitHub - ixy-languages/ixy-languages: A high-speed network driver written in C, Rust, Go, C#, Java, OCaml, Haskell, Swift, Javascript, and Python https://github.com/ixy-languages/ixy-languages 6 comments csharp