dev docs: introduction

This commit is contained in:
David Halter
2013-02-03 23:56:37 +01:00
parent bded969e02
commit f0108d494f

View File

@@ -10,6 +10,13 @@ Jedi Development
your IDE, look at the `plugin api <plugin-api.html>`_.
This page tries to address the fundamental demand for documentation of the
|jedi| interals. Understanding a dynamic language is a complex task. Especially
because type inference in Python can be a very recursive task. Therefore |jedi|
couldn't get rid of complexity. We know that *simple is better than complex*,
but unfortunately it requires sometimes complex solutions to understand complex
systems.
Core
----