Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #31.8K
Ranked #4K
~636 People Reached
Member Avatar for jcoder

Hello all, I'm going for my masters and for the first time ever I am having a hard time with a programming language. This scheme is incredibly hard for me for some reason. The assignment is as follows: I have a list, make a function that returns false only if …

Member Avatar for GDICommander
0
117
Member Avatar for deltemis

hi all, trying to write a function nonlat? which returns true if the given list does not contain any atoms. so an empty list would be a nonlat and return true. the tests i'm supposed to use are: (nonlat? '(a b c)) (nonlat? '(a (b) (c))) (nonlat? '((a b) ((c)) …

Member Avatar for Harleqin
-1
99
Member Avatar for Bisaye

Hi I want to write a program which reads from the end of the length of the data up to 15 data's consicutively,for example if the data is 12 3 4 5 65 45 23 2 3 4 5 6 6 7 8 8 9 9 9 9 9 94 …

Member Avatar for Bisaye
0
84
Member Avatar for winrawr

anyone know of a free ANSI lisp compiler for download? I want to learn some lisp but I don't want to use REPL in emacs anymore... I want to write source code and compile it haha.

Member Avatar for Harleqin
0
94
Member Avatar for taylola

Hi! I am new to Scheme and I need help with this problem. Split and return a list of two lists at a given element; call it (split List Element). The given element should be the head of the second list. (split ‘(2 3 4 6) 4) => ((2 3) …

Member Avatar for Harleqin
0
242