You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of running the main thread as a repl thread and whatnot, I think the main thread needs to convert itself into a scheduler thread after all it's command line parsing is done. This is what most languages do, and I dont really see why cedar needs to be different. This would mean converting the repl into a cedar program, but that's not really a problem.
The text was updated successfully, but these errors were encountered:
Instead of running the main thread as a repl thread and whatnot, I think the main thread needs to convert itself into a scheduler thread after all it's command line parsing is done. This is what most languages do, and I dont really see why cedar needs to be different. This would mean converting the repl into a cedar program, but that's not really a problem.
The text was updated successfully, but these errors were encountered: