I decided to learn nim and do funny things. As I remembered, long time ago, 
programming language (scientist?) had to translate syntax of some languages to 
use some other natural language than English. This would be especially useful 
for children (not each child must known English, but learning computer 
programming is like learning math - you must think).

I decided to start with Polish, because I live in Poland. I known nim have 
great macro system, which allows to near define own syntax. I need some help:

  1. Some advice/template macro, which could I extend?
  2. How to change statement to not have special meaning, so nim treads it as 
(for example) variable name or how to disable nim statements?
  3. How to pass command line argument to include file with given path - I need 
this, because include/etc. is an English word and I think we shouldn't force 
user to use it



I known people currently doesn't translate syntax (decided it's stupid think), 
but I think it's best way to learn nim possibilities, especially to generate 
config files from source for example and vice-versa ;-) .

Reply via email to