Kite Programming Language

1.0.4 released

Written by Mooneer Salem on Tuesday 23rd of November, 2010 in Releases with 2 comments

Kite 1.0.4 has been released.

New in this release:

  • Internal data structures modified for performance and memory efficiency.
  • Added preliminary multiple inheritance support.

Download:

Issue tracker URL (for bug reports): http://trac.kitelanguage.org/report/1
Getting help: http://trac.kitelanguage.org/wiki/GettingHelp

Comments

Rowan Lewis on Monday 13th of December, 2010

Pretty excited to try this, just wont have time this side of the new year. The docs dont seem to cover multiple inheritance, what is the syntax?

Mooneer Salem on Tuesday 14th of December, 2010

@Rowan: the module is called inherit_list. See tests/declarations/_inherit_defs.kt and inherit_list_multiple.kt for a usage example. :)

Add comment