|
|
|
|
|
by qixxiq
1986 days ago
|
|
I've worked on a few similar projects, and in this case I'd recommend trying to write your syntax however you want, but implementing it as a transpiler to Python. That way you always have access to the Python libraries, for competitions where you need to show your code it'll be easier, and there are already a lot of optimisations. That said if you're primarily doing this for fun- go wild with the implementation. |
|