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

Forsp

< >

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

#1608on PLDB 0Years Old
Download source code:
git clone https://github.com/xorvoid/forsp
HomepageSource 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 )
View source
- Build the next great programming language About Keywords Resources Acknowledgements Part of the World Wide Scroll