首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一种新的通用程序设计语言和解释器

一种新的通用程序设计语言和解释器

  • 资源大小:3.30 MB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Computer

资 源 简 介

2015.03.21 - We moved our repository to github. By now on, any contributions to Fuzuli and its sub-projects will be pushed in the repository https://github.com/jbytecode/fuzuli Please follow the project in github. Blog entries in our blog still remain. Please follow the link http://stdioe.blogspot.com.tr/search/label/jfuzuli and http://stdioe.blogspot.com.tr/search/label/fuzuli for news and code snippets. ```lisp (function fibonacci (params x) (block (if (<= x 2) (return 1) (return (+ (fibonacci (- x 1)) (fibonacci (- x 2)))) ) ) ) ``` Fuzuli is a new programming language and interpreter. Fuzuli has its name from 16th century Ottoman poet Fuzuli (Muhammad bin Suleyman). Fuzuli has an interesting word in Arabic language. It means impertinent, improper and unnecessary in English. Fuzuli used this word because he thought that nobody else could take it as a pen name. We also chose this name for our interpreter

文 件 列 表

fuzuliwindist-2012.09.18
bigmemory.fzl
bubblesort.fzl
delta.fzl
euclidean.fzl
factorial.fzl
fibonacci.fzl
fuzuli.exe
FuzuliCore.dll
libfuzuli.so
libgcc_s_sjlj-1.dll
LICENSE.txt
matrix.fzl
nfl
ols.fzl
pi.fzl
quicksort.fzl
secant.fzl
strings.fzl
VIP VIP
0.178604s