-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multiple IPs #4
Comments
Multiple-IP commands:
|
This sounds cool. What when they cross paths? They just continue? Bounce off one another, or jump to a certain location given the stack value? Perhaps set your printer on fire? |
@catb0t I was planning on having the multiple IPs run asynchronously. i.e. only one going at a time. However, this is why I put the spec on GitHub before implementing it - so I can get this kind of feedback. Do you think the IPs should be running synchronously, or should I wait to implement that in Fred (Forked/Thread, where |
Yeah, maybe synchronous IPs make the most sense in Fred. By which mechanism will a given IP be switched to? |
@catb0t define "mechanism". Do you mean the command? Or internal code/functions? |
I plan on making Forked have multiple IPs. Is this a good idea?
The text was updated successfully, but these errors were encountered: