Skip to content

A lightweight Scheme interpreter written in Python :)

Notifications You must be signed in to change notification settings

oriyonay/DragonScheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

DragonScheme

A lightweight Scheme interpreter written in python :)

Find it on repl.it here

Features:

  • Automatic garbage collection
  • Function definition
  • Recursive functions
  • Functional programming (functions can be arguments to other functions)
  • Lambda expressions
  • Ignore comments (after semicolon)
  • Conditional flow (if/else, and, or statements)
  • Reversing and appending to a list
  • ..and most other basic Scheme functions

About

A lightweight Scheme interpreter written in Python :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages