fresh:新鲜的编程语言

时间:2024-07-29 02:52:05
【文件属性】:

文件名称:fresh:新鲜的编程语言

文件大小:31KB

文件格式:ZIP

更新时间:2024-07-29 02:52:05

Haskell

新鲜的 新鲜的编程语言 自定义 lisp 方言解释器首先用 Python 编写,然后用 Haskell 重写示例斐波那契索引器: (function fibr [count current old] (if (< count 2) current (fibr (- count 1) (+ current old) current) ) ) (function fib [index] (fibr index 1 0) ) (function main [] (fib 4) ) 5 跑步 cd python ./bin/repl.py 特征 支持布尔值 真假 (不是真的) false - 否定给定的布尔值 (and false true true) false - “和”任意数


【文件预览】:
fresh-master
----haskell()
--------src()
--------Setup.hs(46B)
--------.gitignore(20B)
--------lib()
--------fresh.cabal(735B)
----python()
--------bin()
--------test()
--------src()
--------__init__.py(0B)
--------lib()
----LICENSE(1KB)
----vim()
--------ftdetect()
--------syntax()
----.gitignore(18B)
----README.md(2KB)

网友评论