Structure and Interpretation of Computer Programs
Structure and Interpretation of Computer Programs
Hi, i wouldnt be able to help, but the code is offered with no warranty and can be freely copied/modified. You may be able to use a "for hire" forum...
so @neithere do you think argh maintainership should be turned over to @cscutcher ?
Thank you for your rapid response. However you do see the documentation issue don't you? The `STOCH()` docs refer to you tadoc.com, and they have no information on the correct...
bump.
is `load` documented anywhere? Is `Sultan()` documented anywhere?
Let me be concrete about my confusion. I am a professional Python programmer with very little background in javascript or nodejs. I looked at the website and decided to learn...
I'm surprised that you would want to keep them separate. I'm having problems running this on Python 3.6 also. But the fork is working great!
I've done some digging. Paring down this code provides a good example of creating boolean flags - https://github.com/ipython/ipython/blob/master/IPython/terminal/ipapp.py # key points: ## the boolean_flag helper from traitlets.config.application import boolean_flag ##...
More digging. if the docs had linked to [the example source code](https://github.com/ipython/traitlets/blob/main/examples/myapp.py) then a lot of the docs would've been easier to follow.
Also, what motivated `extra_args`? Why would you want extra command-line arguments that don't set config values?