I am finally giving up thinking about Haskell mtl way, instead, I decide to try kilim and akka in Frege, I feel like Frege is an universal glue which greatly mitigate my bad feeling by direct programming on Java. I am currently leading an effort to put Frege on our production environment, our team only have scheme programming experience before, they are really accustomed to REPL and Emacs programming environment. I develop an simple dex code dynamically loading mechanism, so that we can use Emacs Haskell mode to edit Frege code and one key binding to translate into dex jar and loaded by the Frege activity program. Saving a lot of time watching grandle building process. With this machinery, I rewrite a lot of android code on the fly, the USB code, the RSA code, the networking code, the DateBase access code. But when I came to serial port code, I need coroutine just like I did it on gambit-c scheme. Although nobody reports that kilim can ever been ported to android, but I think it is just the proguard configuration thing
在 2017年11月17日星期五 UTC+8下午6:13:20,
zhou...@163.com写道: