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

Problem: PumpkinScript interpreter is inefficient #257

Open
yrashk opened this issue Apr 30, 2017 · 0 comments
Open

Problem: PumpkinScript interpreter is inefficient #257

yrashk opened this issue Apr 30, 2017 · 0 comments

Comments

@yrashk
Copy link
Contributor

yrashk commented Apr 30, 2017

Parsing and analyzing PumpkinScript in runtime comes at a cost and can't be nicely optimized by the compiler.

Proposed solution: develop a CPS (Continuation Passing Style) interpreter. The scope of this solution would be rather big, so we can track thoughts/progress/discussions here.

I've started doing some experimental work in a private branch.

HT @5HT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant