You are here

Programing Languages

10 posts / 0 new
Last post
infoseeker
Offline
Last seen: 16 years 1 month ago
Joined: 2008-09-19 11:30
Programing Languages

Just wondering if there are any portable Programing languages out there? I know there are windows versions of just about all open source languages. How hard would it be to make them portable? Would love to get my hands on a portable version of mono or ruby.

FlyingIsFun1217
Offline
Last seen: 16 years 2 months ago
Joined: 2006-05-26 22:24
Lnaguages themselves are only

Lnaguages themselves are only descriptions, so to say, as to how to write a program for a compiler (that compiles that language) to understand that code and produce a program.

Are you possibly looking for portable compilers, or portable interpreters (did I spell that right?)?

FlyingIsFun1217

infoseeker
Offline
Last seen: 16 years 1 month ago
Joined: 2008-09-19 11:30
Correct

Correct. I am looking for compilers and interpreters, the source code for most languages are nothing more than text files. Would be nice to find a development environment as well, although I can use notepad++ or any other number of apps for syntax.

dexterlemmer
Offline
Last seen: 12 years 3 months ago
Joined: 2008-12-16 16:49
Try Eclipse IDE

You could may be try the Eclipse IDE (http://www.eclipse.org/). Warning! It's not truly portable as far as I know (since it may cause permanent changes to the host I don't know of, especially if you add a lot of plugins). However it is quite happy with being run on a different machine every time. I don't care about possibly leaving personal information, since I only use it at home and at my university's PC labs (after checking that the software that cleans the PC the moment I log off or the PC reboots, is in working order).

Caglow
Offline
Last seen: 15 years 10 months ago
Joined: 2008-09-21 11:56
I thought compilers and

I thought compilers and interpreters themselves are already portable...when extracted anyways.

reepicheep
Offline
Last seen: 12 years 7 months ago
Joined: 2008-04-29 11:32
Languages yes; language processors ... maybe

I thought compilers and interpreters themselves are already portable...

The languages themselves are portable; indeed pretty much all programming languages are with the exception of Algol/W, which was tied into the ancient IBM 360 architecture, are portable. What may not be portable are the processors (compilers/libraries and interpreters) that allow them to run on a specific environment.

OliverK
OliverK's picture
Offline
Last seen: 3 years 8 months ago
Developer
Joined: 2007-03-27 15:21
There are portable version of

There are portable version of Perl and Python hidden in the forums. You may try looking for a portable ruby package.

Too many lonely hearts in the real world
Too many bridges you can burn
Too many tables you can't turn
Don't wanna live my life in the real world

Dagenham
Dagenham's picture
Offline
Last seen: 2 years 1 month ago
Joined: 2007-03-23 06:19
Code::Blocks

Try Code::Blocks, it's a C++ IDE. Quite cool and more recent than Dev C++.

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 2 years 4 months ago
Developer
Joined: 2006-05-26 12:08
yeah but I like WxDev-C++

yeah but I like WxDev-C++ which is an actively developed version of Dev-C++ with a form designer for the WX C++ library

your friendly neighbourhood moderator Zach Thibeau

evstevemd
Offline
Last seen: 13 years 6 months ago
Joined: 2007-07-31 06:37
Python Portable Full Version

I would like to see Python portable final, with IDE Like Wingware/PyScripter or any other IDE Like DrPython

Log in or register to post comments