Kew

Free and open source programming language
Download

Kew Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Duncan Pierce
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 274 KB

Kew Tags


Kew Description

Free and open source programming language Kew is a powerful but small object-oriented programming language that offers many advanced features, including proper closures, first-class variables, relations, continuations, exceptions, dynamic variables, security, transactions, persistence....Kew is based on ideas drawn from many contexts, including Scheme, Miranda, Smalltalk, RDF (yes, the XML thing), Java. It has a small footprint and a concise API that makes it ideal for embedding in other programs, and a powerful security model that makes it good for writing applets. NOTE: Kew is licensed and distributed under the terms of the GNU Library or Lesser General Public License (LGPL).Here are some key features of "Kew":High productivityKew has a strong dynamic type system that never gets confused about what type an object has - so no more casting and no more declaring the type of everything, cutting bloat.Kew provides fast automated garbage collection, saving you from managing memory yourself. Kew programs don't leak memory or crash.Its simple syntax turns you from a typist back into a programmer and its flexible interpreted/compiled use means you can develop quickly without waiting for the compiler, then compile when you want maximum speed.Object-oriented, based on closuresKew has both objects and blocks, and both form closures. Closures can be used to great effect to produce simple and logical code. There is no inheritance - implementation sharing through lexical scopes and object composition is so simple it makes the complexity and unmaintainability of inheritance unnecessary.In addition, Kew is designed to support programming in a functional (stateless) style. But it still has variables for when you need them.Powerful built-in collections and control constructsKew has built-in collections, free conversion among its object types and powerful block-based control structures derived from functional programming.Good securityKew has built-in security features: armoring, which allows code to safely share internal data with untrusted code; and sandboxing, which allows untrusted code to be run in an environment where all its access to your network and your files is strictly controlled.Fully reflectiveEverything in Kew is a first-class object: there is nothing that cannot be represented as a object or programmed with; even variables, even messages, even the container that runs the program.ModularKew has an expressive module system where modules behave like extended blocks that are loaded by other modules. In Kew, all your code is a module, so even a Kew program can be loaded and used as though it were written to be a library!Exception handlingExceptions in Kew aren't just limited to reporting a problem and falling out to some code to handle it - they can call on code that fixes the problem in place, allowing the code to carry on.Kew has first-class continuations (non-local jumps) built-in which allow you to implement Java-style "jumping" exceptions as well, and to jump out of deeply-nested loops in a single bound.Embeddable and extensibleKew has a very small core and consequently a very small minimum footprint. Everything else is loaded on top of this, making Kew ideal for low-memory applications. Kew's well-defined C interface and event-driven processing model also makes it suitable for embedding in applications as a scripting language.Fully buzzword-compliantKew is compatible with all current and future industry standards. Available in all sizes. Tear-resistant. Hypo-allergenic. Not harmful to pets.FreeBest of all, Kew is free. There is no charge to download Kew from the website, no charge for using it, no charge for distributing your programs. You can even sell copies of Kew.


Kew Related Software