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

Incorrect printout for last element of vector #71

Open
CinchBlue opened this issue Apr 3, 2018 · 0 comments
Open

Incorrect printout for last element of vector #71

CinchBlue opened this issue Apr 3, 2018 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@CinchBlue
Copy link
Contributor

CinchBlue commented Apr 3, 2018

Here is a log of input to the current commit of Shaka Scheme (7b67f42)'s REPL of main.cpp.

$ ./shaka-scheme-repl-0.1.exe
Welcome to Shaka Scheme!
> (define a (lambda (x) x))
#<procedure>
> a
#<procedure>
> (a 1)
1
> #(a)
#(0x4aedea0)
> #('a b c)
#((quote a) b 0x4bc76c0)
@CinchBlue CinchBlue added the bug label Apr 3, 2018
@CinchBlue CinchBlue added this to the stdproc 0.1 milestone Apr 3, 2018
@CinchBlue CinchBlue self-assigned this Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
General
Awaiting triage
Development

No branches or pull requests

1 participant