Skip to content

Learning Scheme language with imprementation Brainf*ck

License

Notifications You must be signed in to change notification settings

renem2185/my-bf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my-bf

Learning Scheme language with imprementation Brainf*ck

See also -> https://gist.github.com/renem2185/eb907c6b0f554f95de929420d7d20a77

メモ書き (Japanese)

自分で遊ぶときは Chicken Scheme でコンパイルしていましたが、 少しいじれば他の環境でも動くと思います (たぶん)

テストに使っていた Quineのコードはこちら

  • old/ に作業中の残骸が残っています
    • ループの中で Listを操作すると分かりやすく実行時間が伸びて面白かったです
    • 結局 vectorbfi.scmでは全部 u8vector (可変長配列) にしました
    • あと遅延評価のことをよく知らなかったりだとか

About

Learning Scheme language with imprementation Brainf*ck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages