Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

ferret

< >

ferret is a programming language created in 2017 by Nurullah Akkaya.

#686on PLDB 7Years Old
Download source code:
git clone https://github.com/nakkaya/ferret
Homepage · Source Code

Ferret is a free software lisp implementation for real time embedded control systems.


Example from the web:
;;; lazy-sum.clj (defn positive-numbers ([] (positive-numbers 1)) ([n] (cons n (lazy-seq (positive-numbers (inc n)))))) (println (->> (positive-numbers) (take 5) (apply +)))

HackerNews discussions of ferret

title date score comments
Ferret – A free software Clojure implementation 08/07/2017 266 79

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0