Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which interpreted language can work on on microchip PIC32?

I'm looking for an interpreted language that work on microchip PIC32.

Currently, I found that LUA and PAWN are working but before choosing I would like to know if some other languages are known to work in PIC32.

like image 465
acemtp Avatar asked Mar 18 '11 06:03

acemtp


1 Answers

There are these two BASIC interpreters available:

  • MiniBasic for PIC32
  • PIC32-Basic (proprietary license)

You might also want to investigate how much effort it would take to port an existing Forth implementation (e.g. pForth or LSE64) to PIC32.

like image 175
makes Avatar answered Oct 02 '22 22:10

makes