| Projects on Google Code | Results 1 - 10 of 76 |
Fusion is a powerful high level programming language that merges several feature from Ruby, Python, Java, C++, Haskell, Pascal, Visual Basic, in a only language.
It’s implemented by a compiler written in Haskell that transform Fusion code in Ruby code. It’s probable that in the near future the co...
==Pseudo Manifesto==
Pseudo is:
* a language that allow to easily teach, write and test algorithms
* a language that you can learn in less than hour
* a language that you don't have to learn if you already know C or Python (less than 5 minutes)
* a language that provide gradual typing
*...
Projeto da disciplina de PLP (in1007) do mestrado acadêmico do CIn-UFPE período 2009/1.
<wiki:gadget url="http://hosting.gmodules.com/ig/gadgets/file/115440321189885404640/redirect.xml" width="100%" up_url="http://code.google.com/p/operor/wiki/OperOR" />
Secowela is a language for writing web browser applications. It is a compiler language that generates standard javascript. Thus, all Secowela programs will run nicely on web browsers.
If you ever tried to build a multi-thousand LoC javascipt project then this is for you (once it's finished of cours...
Simple LISP Dialect for Teaching (SLDT) is an example LISP language for use in education. SLDT is the successor of the original Less Silly Reverse Polish LISP (LSRPL) example language, which is now obsolete. SLDT is freely available under an MIT-style license.
Features
* Multiple step-by-ste...
[http://www.toontalk.com ToonTalk] programming is done inside of an animated virtual world. Robots are trained. Birds are given messages to deliver. Boxes store things. Trucks build new places for computations to take place. Magic wands copy things. And so on.
[http://www.toontalk.com ToonTalk] w...
programminglanguage,
animatedprogramminglanguage,
programmingbyexample,
demonstrativeprogramming,
programminglanguageforchildren
= The Mew Programming Language =
Mew is a dynamically typed, functional programming language intended for everyday use. It is styled after Scheme with a focus on brevity and clarity. While the language and its canonical implementation are in the early stages, the intention is to provide both interp...
As of version 2.5, [http://scala-lang.org Scala] supports _type constructor polymorphism_. This means type parameters may themselves take type parameters. Furthermore, the type arguments to these type constructors may be bounded. As far as we know, Scala is the first practical language to combine h...
ProgrammingLanguage,
Scala,
ObjectOriented,
FunctionalProgramming,
HigherKindedTypes,
TypeConstructorPolymorphism
YPL is a programming language that actually works for you, the programmer, by integrating all the needed facilities for coding, prototyping, debugging, documenting and testing.
It has both a VM, which ensures platform independence - what most casual programs need, but it still allows you to get y...
The Indie language is an effort to provide the runtime features of modern languages, including type safety and garbage collection, without the a runtime executable like the Java Virtual Machine. The compiler uses aggressive static analysis to acheive performance that is as good as C with the benefit...