Hacker News
- Rapydscript: Python-like pre-compiler for JavaScript http://www.rapydscript.com/ 24 comments
- Whalesong: A Racket to JavaScript Compiler https://www.hashcollision.org/whalesong/ 3 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
- Mug: A New JavaScript compiler for the JVM http://timcameronryan.com/post/2684769192/mug-javascript-compiler-for-the-jvm 22 comments
- Bloomberg/bucklescript: A back end for the OCaml compiler which emits JavaScript https://github.com/bloomberg/bucklescript 12 comments
- Fable is a compiler that brings F# into the JavaScript ecosystem https://fable.io/ 74 comments
- CoffeeScript, a little language that compiles to JavaScript. Happy Holidays, HN http://jashkenas.github.com/coffee-script/ 64 comments
- GitHub - racketscript/racketscript: Racket to JavaScript Compiler https://github.com/racketscript/racketscript 4 comments lisp
- 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
- Modern JavaScript without the complicated compilation https://blog.j-n.me.uk/#build-less 6 comments javascript
- Implementing a Simple Compiler on 25 Lines of JavaScript https://blog.mgechev.com/2017/09/16/developing-simple-interpreter-transpiler-compiler-tutorial/ 4 comments javascript
- Compiler basics: lisp to assembly in Javascript http://notes.eatonphil.com/compiler-basics-lisp-to-assembly.html 9 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
- SQLite compiled to JavaScript through Emscripten https://github.com/kripken/sql.js 21 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
- Blade - a Roslyn based c# to JavaScript compiler [x-post from /r/programming] https://github.com/vannatech/blade 8 comments csharp
- PDP-11 in JavaScript--even compiles (pre-K&R) C code with cc. http://pdp11.aiju.de/ 8 comments javascript
- List of languages and tools that compile to Javascript https://github.com/jashkenas/coffee-script/wiki/list-of-languages-that-compile-to-js 3 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
- 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