๐Ÿฆž๐ŸŒฏ Lobster Roll

Thread

Smalltalk with the GraalVM (javaadvent.com)

Stories related to "Smalltalk with the GraalVM" across the full archive.

Smalltalk with the GraalVM (javaadvent.com)
TruffleSqueak: Polyglot Programming with Squeak/Smalltalk and GraalVM (github.com)
CL-JavaScript: A JavaScript-to-Common Lisp compiler + runtime (marijnhaverbeke.nl)
Opal: a Ruby to Javascript compiler (opalrb.org)
Building a Lisp to Javascript compiler - Honza Pokorny (honza.ca)
The race for speed part 2: How JavaScript compilers work (creativejs.com)
Stop Writing JavaScript Compilers! Make Macros Instead (jlongster.com)
In-depth article about using [sweet.js](https://github.com/mozilla/sweet.js), a macro library for Javascript.
Course in compilers from Stanford University starts today on Coursera.org (coursera.org)
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).
Transpiling Smalltalk to JavaScript (mrale.ph)
Some of the code involved can be found here: https://github.com/mraleph/mraleph.github.com/tree/master/talks/jsconfeu2014/code
Programming Languages and Compilers Commons (network.bepress.com)
DuoCode is a C#-to-JavaScript compiler powered by Microsoft Roslyn (duoco.de)
Hunting a JavaScript Heisenbug (medium.com)
mtSystems: C to Java Translation (mtsystems.ch)
MetaES Playground: a metacircular interpreter of JavaScript (metaes.org)
Backdooring your JavaScript using minifier bugs (zyan.scripts.mit.edu)
NodeJS : A quick optimization advice (medium.com)
The convergence of compilers, build systems and package managers (blog.ezyang.com)
Making a Mini-Lisp: Introduction to Transpilers in JavaScript (angularclass.com)
Smalltalk MVC Translated to JavaScript (peter.michaux.ca)
ChakraCore: the high-performance JavaScript engine that powers Microsoft Edge (github.com)
Note the [MIT license](https://github.com/Microsoft/ChakraCore/blob/master/LICENSE.txt)
BuckleScript - A JavaScript Backend For the OCaml Compiler (bloomberg.github.io)
Creating a simple JVM language from scratch! (jakubdziworski.github.io)
How to be* a compiler โ€” make a compiler with JavaScript (medium.com)
Finding and Understanding Bugs in C Compilers (flux.utah.edu)
BuckleScript: a significant new OCaml to JavaScript compiler (yawar.blogspot.com)
Java is Unsound: The Industry Perspective (medium.com)
WalkMod: an open source tool to fix Java coding style issues (walkmod.com)
WalkMod is an command line tool that fixes Java coding style violations reported by PMD, CheckStyle or SonarQube. It includes code smells, dead code or common bugs.
JSCaml: A compile-time transformation from JavaScript to OCaml (github.com)
Prepack ยท Partial evaluator for JavaScript (prepack.io)