项目作者: jkominek

项目描述 :
#lang unlambda
高级语言: Racket
项目地址: git://github.com/jkominek/unlambda.git
创建时间: 2015-03-26T06:46:06Z
项目社区:https://github.com/jkominek/unlambda

开源协议:ISC License

下载


Not fully tested, but should support Unlambda as described on Esolang:
https://esolangs.org/wiki/Unlambda

Additionally, I/O is on Unicode characters, and ~ is introduced as special
syntax to define a named function, and provide it from the module. For
instance, the program ~Ii will provide the identity function as ‘I’.

Todo items:

  • Test cases
  • ???