Measures Concepts
GitHub icon

ferret

ferret - Programming language

< >

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

Source code:
git clone https://github.com/nakkaya/ferret
#928on PLDB 7Years Old

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

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout