LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 07-20-2001, 12:33 PM   #1
ascii2k
Member
 
Registered: Dec 2000
Location: Indiana
Distribution: Red Hat 7.3/Mandrake 8.2/9.0
Posts: 154

Rep: Reputation: 30
Question Pascal programmers?


OK, advice, opinions about Pascal, and comparison's to C/C++ aside.... Are there any other Pascal programmers out there? Yes, I know Pascal is old, blah, blah, blah.. I'm not using it to write a serious real-time project, just mainly as a hobby. So, does anyone else know/use Pascal for fun/hobby? The Free Pascal compiler for Linux is pretty good. Second, I am working on a program that I am writing in Pascal. It is going to be prety big when/if I get it finished. As I said I am only doing this for fun and because I enjoy programming. Anyway, If you know Pascal and want to hear more about what I am working on, either a) post a message here or b) email me at ascii1@hotmail.com. and I will give you more details. I will say this, the project I am working on is a simulation of sorts. I got the idea from a book back when I was in college and I have worked on it off and on for 6 years, including starting over and expirementing with various languages. (C/C++,VB)

OK..that's all for now. Thanks.
 
Old 07-20-2001, 03:34 PM   #2
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
ok... now i feel guilty .

http://www.linuxquestions.org/questi...&threadid=3981

just for the record, pascal was the first real language i learned (i don't consider basic a language )... so my apologies to all the pascal programmers out there.
 
Old 07-22-2001, 09:20 PM   #3
Colonel Panic
Member
 
Registered: Jul 2001
Location: California
Distribution: Red Hat 7.1, Slackware 8.0
Posts: 216

Rep: Reputation: 30
REAL PROGRAMMERS DON'T USE PASCAL!

*****Colonel Panic*****
 
Old 07-23-2001, 08:31 AM   #4
ascii2k
Member
 
Registered: Dec 2000
Location: Indiana
Distribution: Red Hat 7.3/Mandrake 8.2/9.0
Posts: 154

Original Poster
Rep: Reputation: 30
Fine. You have your opinion, but that's not what I asked for. Personally, I think C/C++ is over rated especially for applications that don't use pointers or registers.

Anyway, I'm not trying to start an argument over which language is better. I was just wanting to know if there were any other PASCAL PROGRAMMERS out there. That's it.
 
Old 07-25-2001, 03:52 PM   #5
ascii2k
Member
 
Registered: Dec 2000
Location: Indiana
Distribution: Red Hat 7.3/Mandrake 8.2/9.0
Posts: 154

Original Poster
Rep: Reputation: 30
one last try...
 
Old 07-25-2001, 07:49 PM   #6
SensFan
Member
 
Registered: May 2001
Location: Toronto, Canada
Distribution: Slackware
Posts: 67

Rep: Reputation: 15
I know Delphi, and I'm beginning use Kylix for Linux. So far I'm impressed with Kylix implementation very clean and in everyway is like Delphi. I realize it's likely not pure Pascal, I have never touched that before.

I'm not a huge Delphi fan myself although it is nice for quick RAD apps. I've got more experience with C/C++.
 
Old 08-03-2001, 06:51 AM   #7
m1ke
Member
 
Registered: Aug 2001
Location: Greece
Posts: 41

Rep: Reputation: 15
well yes we are a few that still knows PASCAL. If we can help you ok.

As for SensFan please...please tell me more about kylix please...
 
Old 08-03-2001, 07:51 AM   #8
SensFan
Member
 
Registered: May 2001
Location: Toronto, Canada
Distribution: Slackware
Posts: 67

Rep: Reputation: 15
Quote:
Originally posted by m1ke
As for SensFan please...please tell me more about kylix please...
http://www.borland.com/kylix/
http://www.borland.com/kylix/k1/opedfaqs.html


Basically it's a direct port of Borland Delphi 5 to Linux. All the features are in the same place and the tools work the same as in Delphi. Debugger, Object Inspector etc.... The only real difference is the components. All the standard stuff is there, textbox label etc.... however obviously it lacks OLE or other Microsoft things. In addition I believe the Borland Database Engine, (layer to interface to databases and hide the actual connection from the programming) is not there. However it still has support for all types of databases in particular mySQL I believe. Just not as convient as before I don't think. Also the speedy compiler of Delphi is found in Kylix.

Basically if you have seen Delphi, Kylix is the exact same thing. I'm not Delphi expert but if you want to ask a question or want me to look for a feature in Kylix let me know

My Professor got an advanced copy from Borland in the Spring, that was my first look at it, everyone including my prof (die-hard C / Linux guru ) was impressed with it.

I have friends who LOVE Delphi and now LOVE Kylix. It's a very nice interface to work in and first true RAD IDE for Linux IMHO. KDevelop with Qt-Designer is close, but not as advanced I would say.

Last edited by SensFan; 08-03-2001 at 09:54 AM.
 
Old 08-05-2001, 10:42 PM   #9
Aphrodisiac
LQ Newbie
 
Registered: Aug 2001
Posts: 11

Rep: Reputation: 0
I learned pascal as my first language. It was very useful in my opinion but was short lived because it wasn't the most powerful thing in the world and I dont think it had 32bit (:. windows) support.

I think it's a good language, for style, and logic development

and as for your project I'm sure it's done before. I know I've seen it in C++ but thats never the case it's always about doing it yourself... well for me anyway

As for how far we got in it in school was that we covered

link list, dynamic vars, arrays, strucs/records, data chk etc...

we never touched graphics

but personally I'd rather do some c++
 
Old 08-06-2001, 08:10 AM   #10
ascii2k
Member
 
Registered: Dec 2000
Location: Indiana
Distribution: Red Hat 7.3/Mandrake 8.2/9.0
Posts: 154

Original Poster
Rep: Reputation: 30
Exclamation Project

Aphrodisiac:
Just wondering if you were referring to the project I said I was working on? How exactly would you know it's been done before since I didn't say what it was? Although you are probably right. Something similar may have been done before.
 
Old 08-06-2001, 10:21 AM   #11
Aphrodisiac
LQ Newbie
 
Registered: Aug 2001
Posts: 11

Rep: Reputation: 0
I'm sure because you and I both have seen alot of different variations of them in C/C++ right? I've even seen em in Java. So based on that and the age of Pascal I'm just assuming that it has been done before
 
Old 08-06-2001, 05:13 PM   #12
Colonel Panic
Member
 
Registered: Jul 2001
Location: California
Distribution: Red Hat 7.1, Slackware 8.0
Posts: 216

Rep: Reputation: 30
Hey, I was just kidding. I was seriousely considering Pascal as my first language. I was just copying the "REAL PROGRAMMERS DON'T USE PASCAL" thing from somewhere (some webpage, or a magizine, I think) anyway, don't be mad, I was kidding!

*****Colonel Panic*****

I think seriousely is spelled incorrectly
 
Old 08-07-2001, 06:28 AM   #13
r3b00t
Member
 
Registered: May 2001
Distribution: OpenBSD 3.0-beta
Posts: 50

Rep: Reputation: 15
I used to code turbo pascal 7 on my IBM ps/2... Nowadays I play with Kylix and Delphi a bit...
 
Old 08-07-2001, 10:48 AM   #14
ascii2k
Member
 
Registered: Dec 2000
Location: Indiana
Distribution: Red Hat 7.3/Mandrake 8.2/9.0
Posts: 154

Original Poster
Rep: Reputation: 30
Programming

Colonel Panic:
I'm not now, nor was I ever mad. There are much worse things in the world to get mad about. Besides, I respect your opinion, even if I don't agree with it.

Aphrodisiac:
I'm still confused...all I said was that I was working on a "simulation of sorts." That is a VERY broad statement. I don't see how anyone could ASSUME what I am doing has been done before. I have already said that something similar may have been done before but I am 99% sure that my project is unique in some ways.
 
Old 08-07-2001, 04:33 PM   #15
Aphrodisiac
LQ Newbie
 
Registered: Aug 2001
Posts: 11

Rep: Reputation: 0
Perhaps I misunderstood what you're really trying to say. I hope I didn't come off as saying don't do it or anything like that, if I did I appologize

So what do you mean by simulated sorts?
 
  


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
Game programmers! twirl Programming 1 10-07-2005 08:56 AM
Can someone help me with Pascal? randyriver10 Programming 2 09-29-2005 04:09 PM
Question for programmers who use Vi(m) lowpro2k3 Programming 3 03-25-2005 06:56 PM
For all Programmers jazee Programming 13 10-14-2004 11:01 PM
For the QT Programmers kusio Programming 3 04-16-2003 03:00 PM

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

All times are GMT -5. The time now is 08:26 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