clojure-brainfuck

所属分类:人工智能/神经网络/深度学习
开发工具:Clojure
文件大小:0KB
下载次数:0
上传日期:2017-12-28 15:50:22
上 传 者sh-1993
说明:  在Clojure中玩Brainfuck,
(Playing with Brainfuck in Clojure,)

文件列表:
LICENSE (11219, 2017-12-28)
project.clj (434, 2017-12-28)
resources/ (0, 2017-12-28)
resources/hello-world.bf (112, 2017-12-28)
src/ (0, 2017-12-28)
src/clojure_brainfuck/ (0, 2017-12-28)
src/clojure_brainfuck/core.clj (3759, 2017-12-28)
test/ (0, 2017-12-28)
test/clojure_brainfuck/ (0, 2017-12-28)
test/clojure_brainfuck/core_test.clj (2577, 2017-12-28)

# clojure-brainfuck Brianfuck in clojure, not well implemented but kind of works. ## Installation Don't! Serouisly? why would you install this? ## Try it out ``` $ lein run resources/hello-world.bf Hello World! ``` to inspect what is going on you can step through one operation at a time via `-d` flag. ``` $ lein run -d resources/hello-world.bf Hello World! ``` this will print the program state to `STDERR`. ## License Copyright 2017 Philipp Fehre Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

近期下载者

相关文件


收藏者