swift-lispkit icon indicating copy to clipboard operation
swift-lispkit copied to clipboard

Interpreter framework for Lisp-based extension and scripting languages on macOS and iOS. LispKit is based on the R7RS standard for Scheme. Its compiler generates bytecode for a virtual machine. LispKi...

Results 7 swift-lispkit issues
Sort by recently updated
recently updated
newest added

https://github.com/objecthub/swift-lispkit/blob/f2d5a8ac8d606da108d938c4f1d68b4687bd0d28/Sources/LispKit/IO/TextOutput.swift#L152 Calling flush() here seems to cause a double lock() error. Recommend call flushBuffer() instead.

'swift-lispkit': error: invalidManifestFormat("/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap:10:8: error: redefinition of module \'_Builtin_intrinsics\'\nmodule _Builtin_intrinsics [system] [extern_c] {\n ^\n/usr/local/Cellar/llvm/13.0.1_1/lib/clang/13.0.1/include/module.modulemap:10:8: note: previously defined here\nmodule _Builtin_intrinsics [system] [extern_c] {\n ^\n/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/clang/include/module.modulemap:156:8: error: redefinition of module \'_Builtin_stddef_max_align_t\'\nmodule _Builtin_stddef_max_align_t [system] [extern_c]...

Unlike division, implementations of the truncation procedures in `(lispkit math)` (such as `truncate-remainder`) do not guard against the divisor (`n2`) being zero, and this causes LispPad to crash when the...

Bumps [github.com/weichsel/zipfoundation](https://github.com/weichsel/ZIPFoundation) from 0.9.17 to 0.9.18. Release notes Sourced from github.com/weichsel/zipfoundation's releases. 0.9.18 Added Added ability to enforce symlink containment Updated Fixed path escape vulnerability Fixed platform requirement warnings Improved...

dependencies

Hi Is there a way to invoke ```.build/debug/LispKitRepl``` with a argument? thanks Ben

Hi, I just run a simple and very limited benchmark to get idea where Lispkit score in terms of and startup and runtime performance. Below there are some mesurements where...

I'm trying to bring swift-lispkit into my project as package dependency and I get the following