LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 08-31-2006, 01:19 AM   #31
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492

Quote:
Originally Posted by Nishant Desai
You are right Randux, it costs much bludy bucks, but if we gon a purchase its linux version, we also have to spend much more bludy bucks, so the better option is to go with the free IDE, and that is why i am looking for the free IDE.
You could first tell us what features makes GreenHills MULTI IDE valuable for you.
 
Old 09-09-2006, 05:46 AM   #32
rickmaines
LQ Newbie
 
Registered: Sep 2006
Location: Tennessee
Distribution: Ubuntu for now (SuSE is fave)
Posts: 1

Rep: Reputation: 0
Post RE: Free Languages

Hello, all! I noticed no mention of a couple of things, so thought I'd add them.

First, Gambas (gambas.sourceforge.net) should impress most folks. It's a VB-like app for Linux, with most of the same tools. It has support for various databases in the GUI interface, has a nice coding interface, with intellisense-like capabilities, and has a package builder built-in. Overall, very nice. Linux only, though I do think it works with cygwin.

Second, a fairly new project is in the mix. Dabo (dabodev.com, I believe) is a Python RAD tool, written, mostly, by a couple of old hats from the FoxPro community. Windows/Linux, and very nice.

The list here could practically go on forever, so I hesitated (for about 2 seconds) to post this message. But it does give me a chance to introduce myself to the group. I am, for all intents and purposes, a Linux novice, though I have been working with Linux of some sort for several years now. Currently, I am using Ubuntu, and for the most part love it. My favorite distro is SuSE, so will most likely jump back to it before all is said and done. What I love most about Linux is one of the major reasons I love FoxPro: the community.

Anyway ... sorry for being long-winded, and for getting off-topic there. Anyone needs anything from me, don't hesitate to drop me a line. Later.
 
Old 09-23-2006, 07:56 PM   #33
sonicbhoc
Member
 
Registered: Aug 2006
Distribution: Gentoo
Posts: 61

Rep: Reputation: 15
LEDS: an IDE for the currently infantile D Programming Language. A windows version is in the works, but it is free, open-source and available for Linux as of now. It is under development
 
Old 09-26-2006, 12:36 PM   #34
woodbase
LQ Newbie
 
Registered: Oct 2004
Location: Denmark
Distribution: Fedora Core 5
Posts: 10

Rep: Reputation: 0
jEdit - a programmers text-editor - Crossplatform - Multilanguage (I think)

Watch it for their deb-package though, it failed to install correctly on my system
 
Old 09-26-2006, 10:05 PM   #35
sekelsenmat
Member
 
Registered: Apr 2005
Location: São Paulo - Brazil
Distribution: Mageia Linux 1
Posts: 353

Rep: Reputation: 30
It would be nice to add Lazarus.

www.lazarus.freepascal.org/ - A crossplatform RAD for Free Pascal.
 
Old 09-30-2006, 05:15 AM   #36
Spoof-Mike
LQ Newbie
 
Registered: Sep 2006
Posts: 7

Rep: Reputation: 0
#develop

Visual ide for c#, vb.net, c++.net, ILAsm and windows installer msi with templates for installers and guis and stuff.
Like visual studio express, but open source.
sharpdevelop.net
 
Old 09-30-2006, 08:29 AM   #37
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
BricxCC - http://bricxcc.sourceforge.net/ - Windows - NQC, LASM, MindScript, NBC, C, C++, Pascal, Forth, and Java ... but only to program your Lego Mindstorms Bricks

Last edited by linmix; 09-30-2006 at 08:31 AM.
 
Old 10-18-2006, 05:51 AM   #38
Sh1r0
LQ Newbie
 
Registered: Nov 2004
Location: Sofia, Bulgaria
Distribution: Slackware, Kubuntu
Posts: 9

Rep: Reputation: 0
I've been a C programmer, but now I have to write in C++. And now I need a little more options, supported by my editor. I like vim but I need:

1) Auto completion with Ctrl+Space.

2) When I have an object from some class and I type the name of the object and a dot (.) after it to see a falling menu with all the methods and variables in the class. For example if I have a class Student with a method Print() and an object S from that class, when I type "S." I want to see a falling menu with all the methods from the class including Print().

3) I want to compile fast and easy. Let's say I have a simple C++ file and I want to run it. I don't want to be obliged to create a huge project with 15 files in it, just to compile the .cpp. By the way I have no problem to compile the sorce in the console using g++, but the above two should work!

OK, the third thing is not that important. So, what would you recommend?
By the way, I'm a Kubuntu user.
 
Old 10-22-2006, 10:53 PM   #39
graemef
Senior Member
 
Registered: Nov 2005
Location: Hanoi
Distribution: Fedora 13, Ubuntu 10.04
Posts: 2,379

Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by Sh1r0
I've been a C programmer, but now I have to write in C++. And now I need a little more options, supported by my editor. I like vim but I need:

So, what would you recommend?
By the way, I'm a Kubuntu user.
Kate for small projects and Kdevelop for anything bigger
 
Old 11-11-2006, 04:39 PM   #40
kr4m3r
LQ Newbie
 
Registered: Nov 2006
Location: san.rr.com
Distribution: Gentoo 2006.0
Posts: 9

Rep: Reputation: 0
Nice, but I perfer vim + pmake + gcc.

Last edited by kr4m3r; 11-11-2006 at 04:41 PM.
 
Old 11-20-2006, 11:28 AM   #41
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
I was just browsing the links at the top, and it seems that MinIDE has moved homepage, from http://www.spacejack.org/minide/ to http://taubler.com/minide/ (I think).
 
Old 11-25-2006, 03:13 PM   #42
sonicbhoc
Member
 
Registered: Aug 2006
Distribution: Gentoo
Posts: 61

Rep: Reputation: 15
Eric3 is a good python IDE, at least I thought it was better than KDevelop for making python code.
 
Old 11-25-2006, 03:27 PM   #43
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Question, have any Lispers been able to get Jabberwocky to work for them? The installer just keeps freezing on me after the first screen.
 
Old 12-15-2006, 08:52 AM   #44
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Guys, I'm going to add another category -- programmers' editors (not full IDEs). I'd like some suggestions there as well.
 
Old 12-15-2006, 07:39 PM   #45
WilhelmHH
LQ Newbie
 
Registered: Nov 2004
Location: Hamburg
Distribution: Suse, Ubuntu
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by kr4m3r
Nice, but I perfer vim + pmake + gcc.
Can I get them for my first C-programming steps at the M$-platform?
 
  


Reply

Tags
development, editors, free



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there freeware Network Simulation software? jimdaworm Linux - Networking 10 04-18-2016 08:52 PM
freeware fractal software rblampain Linux - General 5 06-06-2006 08:25 PM
Free Software, Free Society: Selected Essays of Richard M. Stallman irfanhab Linux - General 1 11-09-2004 06:22 AM
Free Gillete Products + list of other free stuff looksmart123 General 1 08-08-2004 03:38 PM
How can I get list of all the non-free software I have? *IP* Debian 6 01-08-2004 06:59 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 05:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration