second question:
I found that there is the command idetools, but I couldn't find an example and had no luck to get it working. I tried:
nimrod idetools --track:test1.nim,17,5 --def test1.nim
I am using nimrod from git
It would be great if this could work - are there any IDEs out there which support this ?
Best,
Adrian
I have downloaded Aporia and it works so far, but there is a long way for it to be a full featured IDE. Why not use one of the existing IDEs like MonoDevelop ?
The idea for running nimrod idetools as a service is good. Haxe does this already, and it helps where a lot of macro code is involved, because the service only recompiles only changed modules.
I have downloaded Aporia and it works so far, but there is a long way for it to be a full featured IDE. Why not use one of the existing IDEs like MonoDevelop ?
It's nice having an IDE written in Nimrod; in some ways it demonstrates that Nimrod can be used to write GUI applications, and I can't say I'm too fond of MonoDevelop.
I do agree however that Aporia is still a long way away from being an IDE, it's more of a text editor right now. Before it I used gedit so in comparison to gedit it's a very good substitute.
Why not use one of the existing IDEs like MonoDevelop ?
Because IMHO it would make the already bloated IDE becomes even more bloated. Language specific IDE can provide everything that the language needs, in a more reasonable size (in terms of both disk and memory) and speed. Plus, it shows Nimrod's power.