Using Sci (Small Clojure Interpreter) from JavaScript

Hello, Clojure small interpreter Basics Clojure and js interop Transducers Implementation… Read more

Similar

JavaScript Decorators in Fable 3.3

Fable 3.3 is out with several fixes and improvements (like F# interpolated strings compiled as JS templates) but above all, with a new feature that I hope will be put in good use by Fable library authors: JS decorators! Decorators are currently a proposal... (more…)

Read more »

Easing the pain of building in JavaScript

In principle, JavaScript is a very dynamic and interactive programming language. However, that has changed significantly in recent years. Now, modern web development requires extensive build and compilation steps. That is unfortunate for two reasons. Firs... (more…)

Read more »