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

Forsp

< >

Forsp is a programming language created in 2024 by Anthony Bonkoski.

#1625on PLDB 0Years Old
Download source code:
git clone https://github.com/xorvoid/forsp
Homepage · Source Code

Forsp: A Forth+Lisp Hybrid Lambda Calculus Language


Example from the web:
( ; ... SNIP ... Assuming "Y" and "if" are defined previously ($g (^g Y)) $rec ; syntax sugar for applying the Y-Combinator ($self $n (^n 1 - self ^n *) 1 0 ^n eq if ) rec $factorial 5 factorial print )

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

Built with Scroll v164.7.0