關於Learn Haskell
簡單,1號線哈斯克爾解釋(通過互聯網)與有用的例子。
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.
最新版本0.1.3的更新日誌
- new Android API support
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)