Share This
F-Script programming language
F-Script is an object-oriented scripting language developed by Philippe Mougin. In a nutshell, F-Script is Smalltalk with support for Array programming.
F-Script is based on a pure object paradigm (every entity manipulated within the language is an object), its base syntax and concepts being...
Learn more about F-Script programming language »
Add More Topics
Save this view to a base, or just for yourself.
3 Programming Language Paradigm topics matching:
Filter this CollectionObject-oriented programming
Object-oriented programming (OOP) is a programming paradigm that uses "objects" – data structures consisting of datafields and methods together with their interactions – to design applications and computer programs. Programming techniques may...
Multi-paradigm programming language
Programming languages can be grouped by the number and types of paradigms supported.
A concise reference for the programming paradigms listed in this article.
Array programming
In computer science, array programming languages (also known as vector or multidimensional languages) generalize operations on scalars to apply transparently to vectors, matrices, and higher dimensional arrays.
Array programming primitives concisely...