🦞🌯 Lobster Roll

Thread

An optimizing compiler for a purely functional web app language (youtube.com)

Stories related to "An optimizing compiler for a purely functional web app language" across the full archive.

An optimizing compiler for a purely functional web app language (youtube.com)
Cheerp - the C++ compiler for the Web (leaningtech.com)
Making WebAssembly even faster: Firefox’s new streaming and tiering compiler (hacks.mozilla.org)
Flambda2 Ep. 4: How to write a purely functional compiler (ocamlpro.com)
You Got Your Web Browser in my Compiler! (randomascii.wordpress.com)
Whalesong: a Racket to JavaScript compiler (hashcollision.org)
This page has some solid but informal docs and a bunch of examples. There's also a [paper from the 2013 Dynamic Languages Symposium](http://hashcollision.org/whalesong-paper/paper.pdf).
A Distributed Haskell for the Modern Web (ekblad.cc)
Introducing the B3 JIT Compiler (webkit.org)
WebAssembly Browser Preview (v8project.blogspot.com)
For those of you who don't know, it's a stack-based language. That might help you read it.
Lua VM running on web assembly (github.com)
Presenting: Optimizing JavaScript Web App Performance With Webpack (joezimjs.com)
IntelLabs Functional Language Research Compiler (github.com)
flrc is newly open sourced by Intel The Functional Language Research Compiler (FLRC) was designed to be a general compiler framework for functional languages. The only supported compiler that is being released is a Haskell Research Compiler (HRC). The newly available github repository also lin...
Wah, a slightly higher level language for WebAssembly, with a reference compiler in Clojure (macwright.org)
Optimizing web servers for high throughput and low latency (blogs.dropbox.com)
Is it possible to have useful functional types in a purely nominative type system?
In a purely nominative type system, values are members of a type if and only if they are declared to be members of that type. For example: TYPE amount = integer; VAR a amount, i integer; Would declare `a` and `i` as distinct types; integer values could not be assigned to `a` and amoun...
clang in the browser: compile and run C++ via WebAssembly: (tbfleming.github.io)
Schism – A self-hosting Scheme to WebAssembly compiler (github.com)
Using LLVM from Rust, to generate WebAssembly (medium.com)
A Dynamic Forth Compiler for WebAssembly (el-tramo.be)
Philip2: An Elm-to-OCaml compiler (medium.com)
Build your own WebAssembly Compiler (blog.scottlogic.com)
GRIN Compiler - whole program optimizer for lazy and strict functional languages (grin-compiler.github.io)
The Next 700 Compiler Correctness Theorems (Functional Pearl) (dbp.io)
1kb purely functional web application library (kbrsh.github.io)
Most functional compiler (ioccc.org)
WebGPU Shading Language (gpuweb.github.io)
Build your own WebAssembly Compiler (blog.scottlogic.com)
Wasp - DSL for building full-stack web apps
Hi all! We are Martin and Matija, twin brothers, and we wanted to share our current project with you: Wasp (https://wasp-lang.dev). Wasp is a declarative language that makes it really easy to build full-stack web apps while still using the latest technologies such as React, Node.js and Prisma. ...
Generate web forms from pure functions (haskellforall.com)
Optimizing the hell out of my website (kmaasrud.com)