Timeline for Executing a prompt Javascript from Python
Current License: CC BY-SA 3.0
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:04 | history | edited | URL Rewriter Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Jun 14, 2012 at 8:34 | history | notice removed | Community Bot | ||
| Jun 14, 2012 at 8:34 | history | bounty ended | Community Bot | ||
| Jun 12, 2012 at 13:34 | answer | added | user785541 | timeline score: 2 | |
| Jun 6, 2012 at 6:58 | history | notice added | Academia | Draw attention | |
| Jun 6, 2012 at 6:58 | history | bounty started | Academia | ||
| Jun 5, 2012 at 19:16 | answer | added | jfs | timeline score: 1 | |
| Jun 4, 2012 at 10:12 | comment | added | Academia | I'm really sorry for the late response. I just added a simple example to show u what I'm looking for. | |
| Jun 4, 2012 at 10:11 | history | edited | Academia | CC BY-SA 3.0 |
added 368 characters in body
|
| Jun 4, 2012 at 3:52 | comment | added | kindall | Yeah, "I want to execute a prompt command javascript from python" is not exactly clear. I know those words, but don't understand them in that order... | |
| Jun 3, 2012 at 15:36 | comment | added | jfs |
Do you want to execute a javascript code that calls prompt() in it or you'd like to reproduce its behavior (show dialog box, return input) in Python e.g., using tkinter, wxpython?
|
|
| Jun 3, 2012 at 14:44 | comment | added | Academia | J.F.Sebastian: That's not what I want, but thks any way for responding and giving time. I wnat to execute Javascript programs from Python programs. Prompt is a Javascript function that reads a value from keyboard. | |
| Jun 3, 2012 at 14:02 | comment | added | jfs |
there should be iter(lambda: raw_... instead of iter(raw_.... The intent is to provide the simplest interactive javascript console.
|
|
| Jun 3, 2012 at 13:53 | comment | added | Academia | J.F.Sebastian: Thks any way, but that's not what I'm asking for!!! I think the question is clear. If not tell me so I can made it clear for every one. | |
| Jun 3, 2012 at 12:40 | history | edited | Academia | CC BY-SA 3.0 |
added 14 characters in body
|
| Jun 3, 2012 at 12:22 | comment | added | jfs |
for js in iter(raw_input("js> "), ""): print(ctx.eval(js))
|
|
| Jun 3, 2012 at 12:06 | history | edited | robert | CC BY-SA 3.0 |
deleted 7 characters in body
|
| Jun 3, 2012 at 12:03 | history | asked | Academia | CC BY-SA 3.0 |