google / lisp-koans

Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively through many Common Lisp language features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefilled assert in "test-integers-can-get-really-big" (koans/type-checking.lsp) fails on x64 version of CLISP (Linux)

fixermark opened this issue · comments

Related to #72 --- this issue also occurs with clisp in Linux:

cat /proc/version

Linux version 4.15.0-45-generic (buildd@lgw01-amd64-031) (gcc version                                                                         
 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #48-Ubuntu SMP Tue Jan 29 16:28:13 U                                                                         
TC 2019

value of most-positive-fixnum is 281474976710655 on this architecture.