diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2013-05-21 13:15:30 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2013-05-21 13:15:30 -0500 |
commit | e3c313048862b3a3d6048c0e5de4d056f87edd33 (patch) | |
tree | 23093d7cf264e18619a0e0e63aabbe8de5441bf5 /web | |
parent | 959adc6218ae1414b1a89420c503617605711c22 (diff) | |
download | Nim-e3c313048862b3a3d6048c0e5de4d056f87edd33.tar.gz |
add FAQ about editor support
Diffstat (limited to 'web')
-rw-r--r-- | web/question.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/question.txt b/web/question.txt index cccc784b6..b53eacd02 100644 --- a/web/question.txt +++ b/web/question.txt @@ -79,6 +79,10 @@ A JVM backend is almost impossible. The JVM is not expressive enough. It has never been designed as a general purpose VM anyway. A CLR backend is possible but would require much work. +What about vim/emacs/my editor? +------------------------------- + +Check the github wiki: https://github.com/Araq/Nimrod/wiki/Editor-Support Compilation =========== |