Cog compared to other programming languages, what do you think of it?
Better than C, you don't need to declare symbols explicitly, they are all global, so no need to worry about local var.
It's quite a good language I think, not as sloppy as perl. It has some strict rules, but communicating with other cogs is quite hard.
Making modules will be quite a pain, it can be done, but still communicating with a cog from various cogs will be king of a pain.
Though it can be easily learnt than perl, it does have quite some limitation.
The array handling really sucks big time in cog, and some incrementation method won't work... (i++, won't work), but still I like it.
You like cog than other programming languages?
------------------
http://millennium.massassi.net/ - Millennium
[This message has been edited by Hideki (edited June 22, 2001).]
Better than C, you don't need to declare symbols explicitly, they are all global, so no need to worry about local var.
It's quite a good language I think, not as sloppy as perl. It has some strict rules, but communicating with other cogs is quite hard.
Making modules will be quite a pain, it can be done, but still communicating with a cog from various cogs will be king of a pain.
Though it can be easily learnt than perl, it does have quite some limitation.
The array handling really sucks big time in cog, and some incrementation method won't work... (i++, won't work), but still I like it.
You like cog than other programming languages?
------------------
http://millennium.massassi.net/ - Millennium
[This message has been edited by Hideki (edited June 22, 2001).]