LinuxQuestions.org
Help answer threads with 0 replies.
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 10-11-2004, 11:55 AM   #1
jordanGSU
Member
 
Registered: Sep 2004
Distribution: Debian, Slackware, Arch
Posts: 65

Rep: Reputation: 15
Good development tools


I am looking for recommendations for good development tools.

I am building my own distribution that I want to be good for programming/development. I havent decided yet whether I will make it available for download, that all depends on how good it turns out.

Basically it will be able to compile in just about ANY language the user desires. I want one or two GUI/command editors for each language. I know VI is really good at color-coding syntax, but it can be a pain in the a.. sometimes.

So what I am asking for is what GUI/editor do you use to write code in:
-fortran
-ada (does anybody actually use it)
-c++,c
-java
-lisp
-prolog


**note: I am not going to put KDE/GNOME in this distribution...so if the tool you use requires these, please specify.
**also...what other languages do you develop in?
**what compiler do you use for JAVA? I read that gcc can be made to compile it...but I have always used javac.exe in windows.

I appreciate any input you can give.
 
Old 10-11-2004, 12:09 PM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
anjuta

hands down, i love that ide. i often wonder how i managed before i found it.

http://anjuta.sourceforge.net/
 
Old 10-12-2004, 09:00 AM   #3
jordanGSU
Member
 
Registered: Sep 2004
Distribution: Debian, Slackware, Arch
Posts: 65

Original Poster
Rep: Reputation: 15
Thanks, i'll check it out. Anyone else have favorite tools for specific languages? or want to second anjuta?
 
Old 10-12-2004, 01:06 PM   #4
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
vim/gvim and gcc
 
Old 10-12-2004, 05:20 PM   #5
jordanGSU
Member
 
Registered: Sep 2004
Distribution: Debian, Slackware, Arch
Posts: 65

Original Poster
Rep: Reputation: 15
I like the way VI works sometimes, but I'm thinking more along the lines of a tool for GUI development. I'm not sure how Xwindows programming works, but i know in win32 world you need a resource file and other junk...so a good development tool organizes these for you. I think I will check out some examples for Xwindow programming, if it is simpler than win32, then VIm would be a great choice.
 
Old 10-12-2004, 05:32 PM   #6
mai1man
LQ Newbie
 
Registered: Aug 2004
Distribution: suse 9.1 pro, Slack 10.0, Gentoo 2004.2
Posts: 24

Rep: Reputation: 15
Don't forget about Emacs. What about GUI tools? are you considerer them in your distribution? I mean something like glade for gtk+/gnome.
 
Old 10-14-2004, 09:00 AM   #7
ta0kira
Senior Member
 
Registered: Sep 2004
Distribution: FreeBSD 9.1, Kubuntu 12.10
Posts: 3,078

Rep: Reputation: Disabled
For Java, just use the Java SDK from Sun. It can be redistributed, but it's pretty big (compared to gcc anyway) because of the included GUI components.
ta0kira
 
Old 10-14-2004, 11:29 AM   #8
Thomasseafort
LQ Newbie
 
Registered: Oct 2004
Location: Fort Wayne IN
Distribution: Fedora, 2000pro, server
Posts: 26

Rep: Reputation: 15
I know this isn't what we want to here but VB 6.0 has done everyting in one location the GUI interface, Database connection, and the text editor all in one. I have designed a way to keep track of hours, salary and print out a paycheck in a very short time. The language is easy to follow and many good books. Then why am I trying to learn Glade....... FREE
 
Old 10-14-2004, 02:59 PM   #9
jordanGSU
Member
 
Registered: Sep 2004
Distribution: Debian, Slackware, Arch
Posts: 65

Original Poster
Rep: Reputation: 15
I agree, VB6.0 is easy to use...but I think it only runs on Microsoft OS. If I am wrong, please correct me
 
Old 10-14-2004, 08:28 PM   #10
Thomasseafort
LQ Newbie
 
Registered: Oct 2004
Location: Fort Wayne IN
Distribution: Fedora, 2000pro, server
Posts: 26

Rep: Reputation: 15
If you connect by a network you can view any program that MS has on that system. You can also see MS on a dual boot system, but I am trying to get VB to install on Fedora no luck. I am certified in VB trying to learn GLADE and am having a hard time just trying to get Anjuta to interact as the interface. Why is it gzip anyway
 
Old 10-14-2004, 10:36 PM   #11
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
If you like the way VB works you should definitely
give Kylix a try ... it's pascal and/or C++ (depending
on which version you grab).


Cheers,
Tink
 
Old 10-15-2004, 07:34 AM   #12
Thomasseafort
LQ Newbie
 
Registered: Oct 2004
Location: Fort Wayne IN
Distribution: Fedora, 2000pro, server
Posts: 26

Rep: Reputation: 15
Okay I'll try Kylix. I never heard of it where do you get it I haven't looked for it yet but I will
 
Old 10-15-2004, 02:05 PM   #13
rustynailz
Member
 
Registered: Jun 2004
Distribution: MDK 9.2/10.0, VectorLinux 4.0
Posts: 50

Rep: Reputation: 15
vim and gcc with make is very efficient and extremely powerful to use once you get far enough up the learning curve.
 
Old 10-15-2004, 04:16 PM   #14
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by Thomasseafort
Okay I'll try Kylix. I never heard of it where do you get it I haven't looked for it yet but I will
http://www.borland.com


Cheers,
Tink

P.S.: I'd appreciate if you could keep questions to
the thread instead of mailing me.
 
Old 10-16-2004, 06:36 AM   #15
samuel_burg
LQ Newbie
 
Registered: Jun 2004
Location: France
Distribution: RedHat 7.3 & 9 & Fedora
Posts: 10

Rep: Reputation: 0
Kylix 3 on red-hat 9 / fc 1

I have allready use Kylix 3 on Red-Hat 7.1/7.2/7.3.
It's easy to install and use on RH 7.3.
It's the same interface as Borland Builder 6.x
There's a clx lib so you can create GUI cross platform soft for Linux and Windows.
The free clx lib is give with only a very litle set of components,
the pro/entreprise version of Kylix 3 is provide with all component you will need for gui/database/webtools ...

My question is about how to install Kylix 3 (free or pro version) on RedHat 9 or FedoraCore 1. I have never succes on thoses 2 OS.

Thanks !

Samuel
--------
France
--------
Athlon XP 2.0 ghz - 1024 MB Ram - Nvidia GF4 TI 4200 AGP 8
Adaptec 2940U2W - IBM 4Go 80Mb/s - IBM 18Go 80Mb/s -
IBM 72Go 320Mb/s
 
  


Reply



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
How to get development tools blackspade Linux - Newbie 3 08-17-2005 03:50 AM
cdda ripping tools: what tools are good these days? jgombos Linux - Software 3 01-03-2005 11:09 PM
Development Tools for Linux ??? SashkaP Linux - Software 2 09-16-2004 08:52 PM
Development Tools Vectrox Debian 1 05-31-2004 07:02 AM
Where can I get the development tools? Online Tiyogi Linux - General 1 03-22-2004 01:09 PM

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

All times are GMT -5. The time now is 11:36 PM.

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