-
-
16 Like
F# (programming language)
F# is a succinct, expressive and efficient functional and object-oriented language for .NET which helps you write simple code to solve complex problems.
objective-j is a programming language developed as part of the cappuccino web development framework.
objectivej is a programming language developed as part of the cappuccino web development framework. its syntax is nearly identical to the objectivec syntax and it shares with javascript the same relationship that objectivec has with the c programming language: that of being a strict, but small, superset; adding traditional inheritance and smalltalk/objectivec style dynamic dispatch. pure javascript, being a prototypebased language, already has a notion of object orientation and inheritance, but objectivej adds the use of classbased programming to javascript.programs written in objectivej need to be preprocessed before being run by a web browser's javascript virtual machine. this step can occur in the web browser at runtime or by a compiler which translates objectivej programs into pure javascript code. the objectivej compiler is written in javascript; consequently, deploying objectivej programs does not require a web browser plugin. objectivej can be compiled and run on nodejs.applicationsthe first widely known use of objectivej was in the cappuccinobased web application 280 slides, which was developed by 280 north itself. even though objectivej can be used (and has been designed) independently from the cappuccino framework, objectivej has primarily been invented to support web development in cappuccino.
Official Website
Facebook
Twitter
javascript object-oriented-language programming-language