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

Fibers/coroutines in SBCL #24

Open
orthecreedence opened this issue Nov 9, 2012 · 1 comment
Open

Fibers/coroutines in SBCL #24

orthecreedence opened this issue Nov 9, 2012 · 1 comment

Comments

@orthecreedence
Copy link

You mentioned in a comp.lang.lisp thread that you implemented fiber support and were planning to implement unix's getcontext et al to make simple user-level threads portable to windows/unix.

Is this exposed anywhere in this branch? I'm currently developing a CL library for non-blocking IO and would love to build a layer on top of it that uses coroutines to simulate blocking IO.

Also, knowing very little (practically nothing) about the internals of most CL compilers, are coroutines something that are fairly easily implemented once threading is supported by an implementation? I think CL suffers by not having them and I'd love to get support for them in most thread-enabled implementations. Your thoughts/advice on this would be greatly appreciated.

@ghost
Copy link

ghost commented Apr 13, 2014

Is there any documentation about the efforts to add green threads/coroutines/fibers to SBCL?

Also I found out about this through Nikodemus's blog.

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

No branches or pull requests

1 participant