Click here to Skip to main content
15,915,684 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes2-Feb-14 18:16
professionalJimmyRopes2-Feb-14 18:16 
GeneralRe: Does anyone code with LISP? Pin
Mike Diack2-Feb-14 2:25
Mike Diack2-Feb-14 2:25 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes2-Feb-14 4:52
professionalJimmyRopes2-Feb-14 4:52 
GeneralRe: Does anyone code with LISP? Pin
Kirk 103898213-Feb-14 2:09
Kirk 103898213-Feb-14 2:09 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 8:13
professionalJimmyRopes3-Feb-14 8:13 
GeneralRe: Does anyone code with LISP? Pin
irneb3-Feb-14 2:20
irneb3-Feb-14 2:20 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 8:17
professionalJimmyRopes3-Feb-14 8:17 
GeneralRe: Does anyone code with LISP? Pin
irneb3-Feb-14 21:48
irneb3-Feb-14 21:48 
JimmyRopes wrote:
Intersting.

I must state though: My personal experience is a bit unique in that the AutoCAD DotNet API and the AutoLisp integration into ACad both give the same (to a point) functionality. So here I can actually compare apples with pears Hmmm | :|

For the general case though, Lisp is not used as much as other languages. E.g. if you need to do something in DotNet and you want to use Lisp, then there are only 2 (that I know of) variants which might work: IronScheme (Scheme direct inside DotNet) and ABCL (Armed Bear Common Lisp inside the JVM) / Clojure through the JVM-Net-bridge. Otherwise you can write unmanaged Lisp code in CL and then use the DotNet libraries through CL's RDNZL library (similar to Java's bridge idea), but I don't know how you'd create new DotNet execs/libs from such.

If you're writing unmanaged code (i.e. direct compile to hardware's instruction set - not through a virtual machine like DotNet/JVM) then your options are greatly increased. Most Lisp implementations would compile to something similar as C would, in fact a lot of them actually use C as a form of assembly - i.e. translating the Lisp-code to C code and then using a C-compiler to produce the executable.
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes4-Feb-14 1:57
professionalJimmyRopes4-Feb-14 1:57 
GeneralRe: Does anyone code with LISP? Pin
Reese Currie3-Feb-14 2:28
Reese Currie3-Feb-14 2:28 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 8:20
professionalJimmyRopes3-Feb-14 8:20 
GeneralRe: Does anyone code with LISP? Pin
Rowdy Raider3-Feb-14 3:00
Rowdy Raider3-Feb-14 3:00 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 8:20
professionalJimmyRopes3-Feb-14 8:20 
GeneralRe: Does anyone code with LISP? Pin
musicm1223-Feb-14 3:26
professionalmusicm1223-Feb-14 3:26 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 8:21
professionalJimmyRopes3-Feb-14 8:21 
GeneralRe: Does anyone code with LISP? Pin
Alan Balkany3-Feb-14 5:17
Alan Balkany3-Feb-14 5:17 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 8:22
professionalJimmyRopes3-Feb-14 8:22 
GeneralRe: Does anyone code with LISP? Pin
bwallan3-Feb-14 8:25
bwallan3-Feb-14 8:25 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 20:38
professionalJimmyRopes3-Feb-14 20:38 
GeneralRe: Does anyone code with LISP? Pin
bwallan4-Feb-14 7:22
bwallan4-Feb-14 7:22 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes5-Feb-14 1:23
professionalJimmyRopes5-Feb-14 1:23 
GeneralRe: Does anyone code with LISP? Pin
Member 81978313-Feb-14 8:56
Member 81978313-Feb-14 8:56 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 20:40
professionalJimmyRopes3-Feb-14 20:40 
GeneralRe: Does anyone code with LISP? Pin
mattyltaylor3-Feb-14 12:43
mattyltaylor3-Feb-14 12:43 
GeneralRe: Does anyone code with LISP? Pin
JimmyRopes3-Feb-14 20:41
professionalJimmyRopes3-Feb-14 20:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.