Версия для печати темы
Нажмите сюда для просмотра этой темы в оригинальном формате
Форум программистов > .NET для новичков > О наболевшем (Nemerle)


Автор: A5uKa 22.12.2009, 16:29
Не знаю как точно это называется ... Intelli sense ? mb ?

Когда например в C# я пишу что-то вроде System. или ещёЧто-то.
то вылетает список возможных команд.
Пытаюсь сейчас чтобы это заработало на Nemerle  smile 

Кто в танке - nemerle.org

Автор: A5uKa 22.12.2009, 16:59
Писать код в http://scite.ruteam.ru/ как-то бедно  smile 

Но вот тут ... http://reverseblade.blogspot.com/2009/02/dont-wait-for-c-5-use-nemerle.html 
Узнаю как он это делает - напишу обязательно  smile 
Кто опередит - пишите КАК  smile 
Just install nemerle from http://nemerle.org and add Nemerle.Macros and Nemerle.Evaluator as reference and run the code that's it

видимо это всё просто  smile 

ага... финишь ...

You will need the following to build the project:

Have an SVN client (like TortoiseSVN) installed.* 
Have a VS 2008 installation with the modules for C# and C++.* 
Have a VS 2008 SP 1 installation. 
Download (from Microsoft download center) and install the VS SDK version 1.1. 
Checkout our update to the latest Nemerle compiler sources from the SVN repository (http://nemerle.org/svn/nemerle/trunk). You may try to access by https if http doesn’t work for you. See Hacking for details. * 
If you have installed Nemerle binaries before using msi installer then correct «Nemerle» environment variable: remove quotation-marks (it was a bug in 0.9.3 installer) and change it if you plan to install newly compiled binaries to another directory. Warning! You must build the latest compiler version yourself from the SVN sources to work with this project. 
Compile Nemerle compiler project. It can be don by run BuildAndReg-1-phase.cmd, BuildAndReg-Release.cmd or BuildAndReg.cmd. 
Download and install NUnit version 2.2.8. or higher. 
Start VS and open Nemerle.VSIP.sln. 
Set Nemerle.VsIntegration as a StartUp project. 
Open Nemerle.VsIntegration project properties and find Debug tab. Set “Start external program:” field to «%VS80COMNTOOLS%..\..\Common7\IDE\devenv.exe». Set «Command line arguments:» field to «/ranu /rootsuffix Exp». 
Build the solution and run the project. 

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)