From f0108d494f71da79f0a0c4bcdb797e852421d89a Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 3 Feb 2013 23:56:37 +0100 Subject: [PATCH] dev docs: introduction --- docs/docs/development.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/development.rst b/docs/docs/development.rst index e70cac6d..72a61f5f 100644 --- a/docs/docs/development.rst +++ b/docs/docs/development.rst @@ -10,6 +10,13 @@ Jedi Development your IDE, look at the `plugin api `_. +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 ----