Simple, 1 line Haskell interpreter (via Internet) with useful examples (total: 32) based on tryhaskell.org's free API (many-many thanks to that great service).
Main features:
- evaluate one line Haskell expressions and display the results (and type signature as well)
- the valid expressions are stored to auto-complete history (browse and select, clear or save to sdcard)
- you can share your result (along with expression and type) from menu or tap on result/type/expr)
Please note, that computations (and thus results) are limited to 750ms.
简单,1号线的Haskell解释器(通过互联网)与有用的例子(总:32)的基础上tryhaskell.org的免费的API(多对多感谢这个伟大的服务)。
主要特点:
- 评估一行的Haskell表达式并显示结果(和类型签名以及)
- 有效的表达式存储自动完成历史记录(浏览和选择,清除或保存到SD卡)
- 你可以(连同表达和类型)从菜单中分享您的成绩或点击结果/类型/表达式)
请注意,计算(并因此结果)被限制为750毫秒。
Learn Haskell更新内容
0.1.2
- fulfil the new content rating policy
0.1.1
- on screen menu button for devices without hardware buttons
0.1.0:
- reflect to tryhaskell.org's API changes
0.0.9:
- options menu for auto-complete colors (thanks to J. K.), and result display length
- corrected "menu displaying" problem (on higher android versions)
0.0.8:
- more examples (total: 32)
- browse history (select/save/clear)