🦞🌯 Lobster Roll

Thread

Lambdascript: A new pure functional language built on the top of Python3 (github.com)

Stories related to "Lambdascript: A new pure functional language built on the top of Python3" across the full archive.

Lambdascript: A new pure functional language built on the top of Python3 (github.com)
Idris is a general purpose pure functional programming language with dependent types. (idris-lang.org)
The C language is purely functional (conal.net)
An optimizing compiler for a purely functional web app language (youtube.com)
eslint-config-cleanjs: An eslint config which reduces JS to a pure functional language (github.com)
Is Haskell a purely functional language? (2010) (conal.net)
Bosatsu: a python-ish pure and total functional programming language (github.com)
Safe dead code removal in a pure functional language (jfmengels.net)
Safe dead code removal in a pure functional language (jfmengels.net)
Outperforming Imperative with Pure Functional Languages (youtube.com)
Outperforming Imperative with Pure Functional Languages (2021; Roc) (youtube.com)
Since the Roc repo is now public and people are unclear why they should care I thought it might be worth posting this again even though it's been less than a year. Hope that's okay with everyone.
How can one write blazing fast yet useful compilers (for lazy pure functional languages)?
I've decided enough is enough and I want to write my own compiler (seems I caught a bug and lobste.rs is definitely not discouraging it). The language I have in mind is a basic (lazy?) statically-typed pure functional programming language with do notation and records (i.e. mostly Haskell-lite). I...
RustyFlow: LLM built on pure Rust language (github.com)
soma: System F-ω pure functional language with deterministic, GC-free memory via Interaction Nets and automatic parallelism (github.com)
Elo - An purely functional expression language for No-Code/Low-Code tools (elo-lang.org)
Competitive Pure Functional Languages (blog.samibadawi.com)
Show HN: Admiran: a pure, lazy functional language and self-hosting compiler (github.com)
I wrote this over the past two years to explore how pure, lazy, functional languages like Haskell and Miranda are implemented and efficiently compiled. It has evolved into a fairly small (~7kloc) compiler written in itself, along with a library of pure, functional data structures. Even though the ...
Functional programming in object oriented languages (2010) (harukizaemon.com)
Z: A tiny, strict, impure, curried, dynamically typed, partially applied language (chrisdone.com)
Purescript - small strongly, statically typed compile-to-JS language (functorial.com)
Purely Functional Retrogames, Part 1 (prog21.dadgum.com)
gherkin: a functional programming language and interpreter written in GNU Bash 4 (github.com)
What's new in purely functional data structures since Okasaki? (cstheory.stackexchange.com)
NixOS: OS with atomic upgrades, rollbacks and a purely functional package manager (nixos.org)
Mercury is a logic/functional programming language (mercurylang.org)
CLaSH: a functional hardware description language (hackage.haskell.org)
Purely Functional Configuration Management with Nix and NixOS (infoq.com)
Configuration management is the foundation that makes modern infrastructure possible. Tools that enable configuration management are required in the toolbox of any operations team, and many development teams as well. Although all the tools aim to solve the same basic set of problems, they adhere to...
The Implementation of Functional Programming Languages, by Simon Peyton Jones (research.microsoft.com)
$200 from Amazon or free from Simon Peyton Jones's site.
Feval: Parsing a functional language with Parsec (burz.github.io)
Argonaut: Purely Functional JSON in Scala (argonaut.io)
We're currently using Play Json and finding it quite flexible and enjoyable. I'm interested in seeing how argonaut develops. It looks promising.