Hello! I just had a question about how r7rs-compliant LIPS is ?
Fabjokoci9
@fabjokoci9_twitter
Hello , i wanted to ask something about common lisp
becca248
@becca248
Hello! I'm on my lunch break, so I apologize if I ask a question and subsequently disappear for several hours. I saw this tweet: "(λ LIPS) @lips_lang Jan 4 LIPS #Scheme just got its first issue created by other than @jcubic and bots. It was confusion with latest NPM and Beta versions. LIPS need better docs and better README. Also new website is coming. #lips #JavaScript #OpenSource #FOSS #FLOSS #OSS" I am wondering if I might be able to assist in any way? I'm a technical writer looking for more backend practice, but don't have current familiarity with LIPS.
Jakub T. Jankiewicz
@jcubic
hi, did notice the messages
@dieggsy Beta have pretty good compatibility with r7rs but no continuations and TCO, and syntax-rules have limitations. I plan to implement rest of r7rs functions in 1.0 not sure about import and modules though.
@becca248 LIPS is Scheme implementation written in JavaScript, if you want to help you can look at doc string in JS file (src/lips.js) and in lib/ directory there are scm file. Each Scheme function have documentation that explain what particular function do. Those can be improved and checked for errors like typos etc.