Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with ffi:object in eval #10

Open
cxxxr opened this issue Jan 20, 2021 · 0 comments
Open

Error with ffi:object in eval #10

cxxxr opened this issue Jan 20, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@cxxxr
Copy link
Owner

cxxxr commented Jan 20, 2021

open browser-repl

$ ros install valtan
$ cd example/browser-repl
$ npm i
$ npm run build
$ open index.html

in browser-repl

COMMON-LISP-USER> (ffi:object #j"foo" 100)
The function PUSH is undefined
Backtrace:
0: (COMMON-LISP::PRINT-BACKTRACE :STREAM #S(STRING-OUTPUT-STREAM :BUFFER ""))
1: (PUSH (FFI:CL->JS "foo") NIL)
2: (#<Function> (FFI:CL->JS "foo") 100)
3: (APPLY #<Function> ((FFI:CL->JS "foo") 100))
4: (COMPILER::PASS1-TOPLEVEL (FFI:OBJECT (FFI:CL->JS "foo") 100) T T)
5: (COMPILER:COMPILE-TOPLEVEL (FFI:OBJECT (FFI:CL->JS "foo") 100))
6: (EVAL (FFI:OBJECT (FFI:CL->JS "foo") 100))
@cxxxr cxxxr added the bug Something isn't working label Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant