Search Results

Showing results 1 to 5 of 5
Search took 0.02 seconds.
Search: Posts Made By: indienick ; Forum: Computer Science and child forums
Forum: Computer Science Mar 22nd, 2007
Replies: 5
Views: 6,372
Posted By indienick
When referring to file paths in Common LISP, it's best to either use the pathname directive:
(load #p("/path/to/file")
-or-
...better yet, just use the arbitrary pathname tricks in Common LISP:
...
Forum: Computer Science Jan 22nd, 2007
Replies: 11
Views: 7,151
Posted By indienick
From the way I was tought things, function programming is synonymous with procedural programming.

As for the "complexities" of operator overloading and pre-processor commands, I consider those...
Forum: Computer Science Jan 22nd, 2007
Replies: 11
Views: 7,151
Posted By indienick
@ TylerSBrenton: If (s)he asked, you should at least have the common curtosey to provide an answer that isn't a google result.

@ sosina abraha:
There are two branches of programming: functional,...
Forum: Computer Science Jan 22nd, 2007
Replies: 5
Views: 8,667
Posted By indienick
Forum: Computer Science Jan 22nd, 2007
Replies: 18
Views: 5,161
Posted By indienick
Watch out with variable names...especially in this situation: CAR is a function in Lisp, so I would name the variable *cars* instead.

It's also not working, because you haven't defined the symbols...
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC