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

hangs when i launch a language's interpreter #39

Open
cartazio opened this issue May 19, 2011 · 1 comment
Open

hangs when i launch a language's interpreter #39

cartazio opened this issue May 19, 2011 · 1 comment

Comments

@cartazio
Copy link

I would like to be able to do things
like launch ghci and other interpretors which run in terminal, they seem to hang when i try to launch them.

also, how is it correctly getting the path information unless it can basically parse the .profile or .rc files?

thanks
-carter

@hach-que
Copy link

You mean for example you'd like to run bash from within TermKit? That doesn't make a lot of sense since the bash interpreter will start on the Node.js server, outside the control of the TermKit client.

That's also the reason the client hangs; the Node.js server is waiting for the interpreter to finish, which it never does as it's waiting for client input (on the Node.js window no less).

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

2 participants