Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 03-01-2008, 07:17 PM
Uninverted Uninverted is offline
Newbie
 
Join Date: Dec 2007
Posts: 11
Rep Power: 0
Uninverted is on a distinguished road
Default

Quote:
Originally Posted by G_Morgan View Post
Are there any decent frameworks or web libraries written in Lisp?
None that I know of. The suggestion was mostly a joke at the fact that both Lisp and my last post had a lot of ()s.
__________________
My other car return the first item in a list.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 03-02-2008, 03:49 AM
Chinmoy's Avatar   
Chinmoy Chinmoy is offline
Programming Professional
 
Join Date: Feb 2008
Location: where heaven meets earth
Posts: 301
Rep Power: 5
Chinmoy has a spectacular aura aboutChinmoy has a spectacular aura about
Default

first check your focus.if it is on the core programming side or web development.if you want to go for cere software development the c,c++,java or any compiler based language will do.if you want to go fro proper application development the go for an interpreter based language like visualbasic,delphi,python,ruby.python and ruby offer multi functionalities.if you want to go for web development the go for php,javascript,any scripting language,try the ruby on rails platform..css and php are a must.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 03-10-2008, 06:04 PM
PascalPro PascalPro is offline
Newbie
 
Join Date: Mar 2008
Posts: 9
Rep Power: 0
PascalPro is on a distinguished road
Default Re: Anyone know where I can begin to teach myself programming?

I really like Pascal. It was my first language. From there I would learn C#. If you need any help with code just get in contact with me and I should be able to answer any questions you might have with Pascal or C#.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 05-16-2008, 06:09 AM
Martin_kp's Avatar   
Martin_kp Martin_kp is offline
Learning Programmer
 
Join Date: May 2008
Location: Indonesia
Age: 10
Posts: 47
Rep Power: 1
Martin_kp is on a distinguished road
Default Re: Anyone know where I can begin to teach myself programming?

Hey Reiz45, could you upload your 'HTML webpage'?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 05-18-2008, 08:20 AM
chili5's Avatar   
chili5 chili5 is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: Canada
Age: 15
Posts: 1,225
Rep Power: 10
chili5 will become famous soon enough
Send a message via ICQ to chili5 Send a message via AIM to chili5 Send a message via MSN to chili5 Send a message via Yahoo to chili5
Default Re: Anyone know where I can begin to teach myself programming?

I would spend time getting good with HTML and then move on to CSS and eventually JavaScript.
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 05-18-2008, 08:53 AM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 2,969
Last Blog:
Piano Exam
Rep Power: 25
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: Anyone know where I can begin to teach myself programming?

I agree - (X)HTML is the basis of web design. After that, CSS is hardly a language, and you can have it done automatically in certain web design software, but it's handy to know. Then, JavaScript is quite similar to C# and Java. Finally, you might want to make your pages dynamic by learning either PHP or ASP.
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 05-18-2008, 08:57 AM
chili5's Avatar   
chili5 chili5 is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: Canada
Age: 15
Posts: 1,225
Rep Power: 10
chili5 will become famous soon enough
Send a message via ICQ to chili5 Send a message via AIM to chili5 Send a message via MSN to chili5 Send a message via Yahoo to chili5
Default Re: Anyone know where I can begin to teach myself programming?

I would just go with XHTML, it's hard to switch from HTML to XHTML at least in my opinion.

After you learn CSS and JavaScript, I would learn PHP it's way faster than ASP and JSP.
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 05-18-2008, 09:13 AM
Xav's Avatar   
Xav Xav is offline
Guru
 
Join Date: Mar 2008
Location: London, England
Posts: 2,969
Last Blog:
Piano Exam
Rep Power: 25
Xav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to allXav is a name known to all
Send a message via MSN to Xav
Default Re: Anyone know where I can begin to teach myself programming?

And PHP is easier than ASP. JavaScript is the fastest, however, as it runs straight from the browser, and not from the web server.
__________________
Xav, the power of youth
Worship the Creator... not his creations
Web Site | Beta Site
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 05-18-2008, 11:10 AM
chili5's Avatar   
chili5 chili5 is offline
Speaks fluent binary
 
Join Date: Mar 2008
Location: Canada
Age: 15
Posts: 1,225
Rep Power: 10
chili5 will become famous soon enough
Send a message via ICQ to chili5 Send a message via AIM to chili5 Send a message via MSN to chili5 Send a message via Yahoo to chili5
Default Re: Anyone know where I can begin to teach myself programming?

True PHP is easier.

If you learn PHP, JavaScript, HTML and CSS you can mostly make any kind of web site you want.

For desktop programming some good languages are:

lisp
python
java
c#
c++
__________________
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 05-18-2008, 01:03 PM
G_Morgan G_Morgan is offline
Guru
 
Join Date: Oct 2007
Age: 24
Posts: 388
Rep Power: 10
G_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to allG_Morgan is a name known to all
Default Re: Anyone know where I can begin to teach myself programming?

I don't know if I'd recommend Lisp for desktop programming. Doesn't really have the libraries and delivery of applications isn't simple.

I've recently been playing with Scala which is functional like Lisp (though doesn't have Lisp macros, what does) but runs on the JVM and can use and extend all Java classes.

Seems quite nice. It doesn't lose all that much in terms of performance thanks to type inference.
__________________
Currently bemused by: LLVM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linked list borny86 Delphi/Python 9 12-06-2007 11:42 AM
a question about game programming feariel C and C++ 8 12-05-2007 05:42 PM
Help! Identifying programming language Gixxerman General Programming 5 11-02-2007 12:34 PM
Beginning Programming frank_l C and C++ 11 10-11-2007 02:23 AM


All times are GMT -5. The time now is 10:48 PM.

Contest Stats

John ........ 87.50000
dargueta ........ 75.00000
Xav ........ 50.00000
MeTh0Dz ........ 20.00000
gaylo565 ........ 18.00000
Johnnyboy ........ 3.00000

Contest Rules

Ads