Skip to content

ifknot/joycpp_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

# This quick and dirty POC has been renamed joycpp_old and deprecated in favour of joy_cpp

joycpp(old) a Joy interpretor written in C++

joy logo

Inspired by the Joy programming language by Manfred von thun (2001).

Joy is kind of a cross between Forth and Lisp.

Like Lisp, lists are a key data structures, and a program can be represented by a list. Unlike Lisp (and like Forth), a program stack is used for argument passing/return, and also replaces let-bindings and the like.

Therefore, there are no "variable names" in Joy.

Joy Synopsis

Joy Tutorial

joycpp interpreter

About

<deprecated> (proof of concept) Joy language interpreter written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages