-
Notifications
You must be signed in to change notification settings - Fork 1
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
Be part of docopt
organization on github
#1
Comments
Hey there! I could go ahead and spend some time this weekend on finishing this, getting added to the docopt organization sounds nice. 😀 |
Great, I just added you to the organization. You can move your repo over now. Did you know there is a set of language-agnostic tests for docopt? Also, if you have any trouble understanding the python source you can write me at [email protected] or Happy coding! |
I took a look at the language agnostic tests. They're nice, but will be hard to actually use with the tcl implementation. There's no way to just dump out a json string from tcl, as in tcl everything is a string (even dicts and lists), so no automatic serialization is possible.:( |
Could you use an intermediary parsing/jsonning step? Alternately, could we tweak the language_agnostic_tester.py script to work with a different string format? |
I'll see what I can do. |
Is there anything I can do to help? I've been getting my hands dirty on the tester the last few days. I've done two of the other ports (Ruby and PHP) and I couldn't have done it nearly as quickly without the tester. |
Hey all, I'm still alive. 😄 As Tcl 8.6 has been release some while ago and offers some form of object-orientation in the core, I started to rewrite the port for 8.6. I'll ping you again as soon as I've got something up and running. |
Great, can't wait to see it. Btw, I don't know much about Tcl, but won't such a cutting edge version limit your user base? |
That might be true, but basically noone is using Tcl anyway, so I'm not concerned about the userbase. 😆 Having an implementation that works for older Tcl versions would be nice, but I'd rather have a version that works at all first. And porting docopt is a lot easier if you can atleast kinda base the implementation on the reference implementation in Python. |
So no one uses tcl.. even poor people who need exe compiled expect tcl scripting in windows? C:\Tcl\bin>teacup search docopt |
Hi, I just noticed your port, good work! When do you plan to finish it? Would you like to be part of docopt organization?
The text was updated successfully, but these errors were encountered: