What are my language options for lego NXT?

Unclear from wikipedia etc. (without setting up confusion and testing), which languages ​​can I use to write programs that can be copied and run offline on an NXT brick. What languages ​​are currently supported? I probably want to go with something higher-level, like haskell, or at least a well-known language like C, as opposed to NXT-G and NXC, etc.

+4
source share
3 answers

I think this table is what you are looking for.

http://www.teamhassenplug.org/NXT/NXTSoftware.html

+1
source

These are some very common languages ​​used to program Mindstorms NXT:

  • You can try ROBOTC, which allows you to write C programs for Mindstorms NXT. (NXC is C-like, but not completely C, hence Not exactly C)
  • Otherwise, you can try leJOS, which allows you to write Java programs for Mindstorms NXT.
0
source

I am a big fan of MSRDS. It is free (unlike ROBOTC), and if you are comfortable using C #, then the learning curve will not be severe. I noticed that this was not on this list: (so I thought I would drop my two cents.

0
source

All Articles