Hacker News
- Rapydscript: Python-like pre-compiler for JavaScript http://www.rapydscript.com/ 24 comments
- Emscripten, an LLVM-to-JavaScript compiler https://github.com/kripken/emscripten 13 comments
- Emscripten - An LLVM-to-Javascript compiler http://mozakai.blogspot.com/2010/08/emscripten-llvm-to-javascript-compiler.html 9 comments
- BuckleScript: An OCaml to JavaScript compiler http://yawar.blogspot.com/2017/01/bucklescript-significant-new-ocaml-to.html 84 comments
- Roy — small functional language that compiles to JavaScript http://roy.brianmckenna.org/ 48 comments
- Pit: An F# to JavaScript Compiler http://pitfw.posterous.com 8 comments
- Closure Compiler: Javascript to (better) Javascript compiler http://code.google.com/closure/compiler/ 4 comments
- Mug: A New JavaScript compiler for the JVM http://timcameronryan.com/post/2684769192/mug-javascript-compiler-for-the-jvm 22 comments
- Elm: a functional reactive programming language that compiles to JavaScript http://elm-lang.org/ 50 comments
- Giving V8 a Heads-Up: Faster JavaScript Startup with Explicit Compile Hints https://v8.dev/blog/explicit-compile-hints 0 comments
- A Look at Compilation in JavaScript Frameworks https://dev.to/this-is-learning/a-look-at-compilation-in-javascript-frameworks-3caj 2 comments javascript
- Sparkplug — A non-optimizing JavaScript compiler https://v8.dev/blog/sparkplug 9 comments javascript
- Parcel 2 beta 3: 10× faster JavaScript compiler written in Rust https://v2.parceljs.org/blog/beta3/ 69 comments javascript
- Salty, a language written with Parsec that compiles to PHP, JavaScript, and JSX https://github.com/egonschiele/salty 6 comments haskell
- Modern JavaScript without the complicated compilation https://blog.j-n.me.uk/#build-less 6 comments javascript
- I started a YouTube channel called Low Level JavaScript, where I build things like compilers and VMs from scratch and without libraries. This is the 3rd episode in a series about building a Parser Combinator library https://www.youtube.com/watch?v=xB7lFPMN4dU 30 comments javascript
- I compiled my JavaScript notes into a little book. Would love feedback. https://github.com/mattharrison/tiny-es6-notebook 29 comments javascript
- Kotlin 1.1 beta adds JavaScript compilation http://www.infoworld.com/article/3159656/application-development/kotlin-11-beta-adds-javascript-compilation.html 15 comments programming
- Writing a JavaScript compiler; Haskell or Rust? https://www.reddit.com/r/haskell/comments/5jdgtu/writing_a_javascript_compiler_haskell_or_rust/ 18 comments haskell
- Closure Compiler is now available in pure JavaScript, for use without Java https://developers.googleblog.com/2016/08/closure-compiler-in-javascript.html 49 comments javascript
- Cheerp: A C++ to JavaScript Compiler for The Web http://leaningtech.com/cheerp/ 8 comments javascript
- JavaScript native compiler. http://pastebin.com/XH0rp3jn 24 comments javascript
- Compile Javascript (LLVM Frontend) http://jxcore.com/jxcore-llvm-javascript-frontend-b/ 4 comments javascript
- AngularJS - $compile: How it works, a marvel of functional JavaScript http://www.benlesh.com/2013/08/angular-compile-how-it-works-how-to-use.html 3 comments javascript
- Mozilla’s asm.js Aims To Speed Up Compiled JavaScript Code In Firefox http://www.ghacks.net/2013/02/19/mozillas-asm-js-aims-to-speed-up-compiled-javascript-code-in-firefox/ 5 comments firefox
- PDP-11 in JavaScript--even compiles (pre-K&R) C code with cc. http://pdp11.aiju.de/ 8 comments javascript
- Javascript as Compiler Target? Yep: Clamato, GWT Smalltalk, Python (pyjamas), Scheme (moby-scheme) http://www.infoq.com/news/2009/09/javascript-compilation-target 71 comments programming
- I compiled the world's first JavaScript engine back to JavaScript https://github.com/doodlewind/mocha1995/blob/main/blog/about.md 16 comments javascript
- Kaitai Struct: declarative binary parser compiler in Scala, targeting Java, JavaScript, Python & Ruby http://kaitai.io/ 3 comments scala
- Spider is a programming language that compiles to JavaScript. It takes the best ideas of Swift, Python, C# and CoffeeScript. http://spiderlang.org/ 23 comments webdev
- tré – metamorphic Lisp compiler – compiles itself to C, JavaScript and bytecode. Can also generate PHP. https://github.com/svenmichaelklose/tre 14 comments lisp
- Duetto is a software that compiles C++ applications to binary code and Javascript http://leaningtech.com/duetto/ 5 comments javascript
- How do you compress your javascript? Ever use Closure compiler? https://developers.google.com/speed/articles/compressing-javascript 18 comments javascript
- Pyjamas 0.8 released; write GUI code in Python, compile to desktop app OR javascript AJAX app! http://sourceforge.net/projects/pyjamas/files/pyjamas/0.8/ 17 comments programming
- Emscripten is an LLVM-to-JavaScript compiler. Combined with llvm-gcc, it lets you compile C/C++ code into JavaScript, and run that on the web. http://syntensity.blogspot.com/2010/08/emscripten.html 6 comments javascript
- v0.16 - Gleam (an Elm inspired language) now also compiles to JavaScript! https://gleam.run/news/v0.16-gleam-compiles-to-javascript/ 8 comments elm
- My first article was just published: it's about compiling to JavaScript from a game development angle. http://buildnewgames.com/compiling-to-javascript/ 5 comments gamedev
- My first article was just published: it's about compiling to JavaScript from a game development angle. http://buildnewgames.com/compiling-to-javascript/ 7 comments javascript
- Doppio: A Java Virtual Machine, Compiler and Disassembler in JavaScript http://badassjs.com/post/32812527381/doppio-a-java-virtual-machine-compiler-and 3 comments javascript
- Roy - language with Hindley-Milner type system and monads that compiles to javascript http://roy.brianmckenna.org/ 8 comments haskell