pannous

Results 101 comments of pannous

Usually issues are closed once they are resolved?

sorry for the very late reply. the mechanism to automatically find the fonts was repaired.

added windows: `sorry, how do I find fonts on Windows? falling back to Menlo.ttf`

added softlink 'current_weights.h5' -> 'best_weights.h5'

just tried with tensorflow 1.5.0 ok

That was probably just the baseline model. Please try again, a better model is now preconfigured and tested.

Nice! EnglishScript / [Angle](https://github.com/pannous/angle) parses into a [canonical AST](https://github.com/pannous/kast) which is meant to be language agnostic. From that Abstract syntax tree we generate bytecode. The [kast](https://github.com/pannous/kast) subproject is work in...

> Is it possible yet to write statically-typed code in EnglishScript? Absolutely! types are optional but if they are used they will be enforced: x=8 x="hi" // ok int x=9...

For a discussion on automatic global static typing also see https://github.com/manastech/crystal/issues/1824