Skip to content
Brian Svoboda edited this page Nov 16, 2017 · 15 revisions

Welcome to the Bok development wiki!

Roadmap

  • Test build procedure with setup.py
  • Implement the local bok.config with ConfigParser
  • Completion for sub-words in the REPL
  • Include a more complete interface to numpy
  • Calling methods and attributes on python objects
  • Fix the import system
    • Diamond problem for multiple imports to the same module
    • Recursive/circular imports to the same module
  • Tests, either with pytest or hypothesis
  • Documentation
    • Complete docstrings for builtin functions
    • Manual and reference documentation with sphinx
    • Help browser in the REPL

Clone this wiki locally