• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can someone explain LISP to me basically?

  • Thread starter Thread starter 50
  • Start date Start date

50

Platinum Member
Hello, I missd half of my comp sci A class on friday and the teacher taught lisp in the half I missed. I asked him and he said look online but I couldn't find a site that explains what I am trying to do. The practice test problem is
Evaluate:

(MULT (ADD 2 3) (SUB 4 6))

This looks really easy but I have no idea how to do lisp. Can someone basically explain how to do this problem? Thanks
 
Um yeah I have an assignment due in my CS251 A.I class due tomorrow along with a project. The assignment is worth 5 points of the final grade but its in a LISP and I to have no idea whats going on. Sorry I cant help.
 
Originally posted by: 50
Hello, I missd half of my comp sci A class on friday and the teacher taught lisp in the half I missed. I asked him and he said look online but I couldn't find a site that explains what I am trying to do. The practice test problem is
Evaluate:

(MULT (ADD 2 3) (SUB 4 6))

This looks really easy but I have no idea how to do lisp. Can someone basically explain how to do this problem? Thanks

(MULT (ADD 2 3) (SUB 4 6))
=(MULT 5 -2)
=-10

standard disclaimers apply
 
Is this for a college or high school course? When I add Comp Sci A in high school, the class only taught Java, and the exam only covered Java.
 
Originally posted by: mchammer
Originally posted by: TallBill
A speech defect or mannerism characterized by mispronunciation of the sounds (s) and (z) as (th) and (th).

I drink bbq sauce straight from the bottle

Wow, thats nasty. Poor it on corn flakes.

 
Back
Top