文件名称:replim:nim的快速REPL
文件大小:51KB
文件格式:ZIP
更新时间:2024-06-10 00:39:28
Nim
雷普利姆 replim是nim最快的REPL。 演示 安装 如果您已经安装了Nim,那很简单: nimble install replim 特征 检查值,不带“回声” 自动缩进 在VM上运行 如果您分配了变量或函数,则可以在不键入“ echo”的情况下检查这些值。 >>> var foo = "bar" >>> foo bar >>> proc bar () : string = ... return "foo" ... >>> echo bar () foo >>> bar () foo >>> bar () & ", bar" foo, bar 警告 replim目前无法导入导入C库的库。 >>> import nre ..\..\..\..\..\ nim- 0 .xx.x\lib\impure\nre. nim ( 432 , 24 ) Error : cann
【文件预览】:
replim-master
----.gitignore(32B)
----README.md(1KB)
----replim.nimble(239B)
----LICENSE(1KB)
----TODO.md(69B)
----src()
--------replim.nim(8KB)
--------replim_0_1_4.nim(4KB)
----.travis.yml(302B)
----demo()
--------replim.gif(56KB)