Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 715 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 715 Bytes

Lichi

A mostly-verbatim michi rewrite in Lua.

python2 --> lua

Status

13% complete, 163 of 1185 lines translated.

Use Case

To embed in lua programs such as dango.

To Do (After completion)

  • Time, strength benchmarks against michi
  • Refactor to make less "pythonic"

Other Translations:

  • michi-c2 is a rewrite of Michi, in plain C.

  • michi-c is a clone version of the michi python code (slower than michi-c2).

  • michi-go is a rewrite of Michi in the Go language.