I wanted to avoid useless talk in the README. I am affraid that
"parametric dependent types" does not tell much for many our
potential readers. And some folks may understand it wrong.
Formally it can be argued that Spad type system is in its own
category, different from usual dynamic/static distinction.
Namely types are runtime objects but are associated with
variables. Usual dynamic typing associates types with data,
which is quite different. OTOH, classic static type system
require all type info to be compile-type computable. SML
and followers weakens compile-type computable to compile-type
checkable, but stil requires that one can discard type info
before runtime. Spad is mostly compile-time checkable, but some
checks must be done at runtime and more importantly, types
are needed at runtime.
Concerning word "strongly": it is fuzzy, but has meaning.
And I wrote, fuzzines is exactly what I want here: it
alows concise statement, without lying and without need
for lengthy disclaimers. I am affraid that I can not
do much for folks that need to look up Wikipedia for
"strong typing". We probably could provide better
explanation about role of types in Spad programs, but
not in README. When I say better I mean both better
than our current explantations about types and better
matched to Spad than general references.
> >>> It is hopefully correct .rst.
> >>
> >> If you do not want a program like "retext" you can commit it to a
> >> temporary git branch, 'foo' say, push it to github and then look how
> >> github shows the text. It's easy to remove the branch from github via
> >>
> >> git push origin :foo
> >>
> >> You just shouldn't indent the itemized stuff. But it wouldn't hurt too
> >> much in this case.
> >
> > Hmm. I actually run 'sphinx-build' and looked at resulting
> > .html. Without indent itemized stuff was mangled. With
> > indent it looked OK.
>
> README.rst will not go through sphinx. I is just rendered by github.
Well, "retext" is claimed to be an editor, I do not want editor,
I want something to check that README does not contain formatting
blunders. Wikipedia says that Restructured Text is "sphinx"
format, so it looked natural to use "sphinx" as checker. If
github (or maybe other "sphinx" version) renders it differently,
then we have a problem...
--
Waldek Hebisch