erminesoft logo
Go

Operator 0.1.6 for PC

Published by  Jö
  • Category
    Education
  • Developer
  • Downloads
    50000+
  • Android Version
    2.2 and up
  • Content Rating
    Everyone
Operator 0.1.6 PC screenshot 1Operator 0.1.6 PC screenshot 2Operator 0.1.6 PC screenshot 3

A simple Javascript translation program to code in a functional language looking like another famous functional programming language (beginning with an H.)

Each translation can be integrated in your web page via a single javascript script, provided you also installed jqMath (http://mathscribe.com/author/jqmath.html) -- with jQuery -- and Numeric Javascript (http://www.numericjs.com).

Like H., Operator
* is functional
* is little verbose
* understands binary operation's infix notation

Unlike H., Operator
* is not lazy in essence but infinite structures (lists, trees...) can be implemented
* is untyped
* doesn't understand sections with binary operators (you have to (\x->x+1) if you want to (+1)) but understands sections otherwise
* doesn't have a lower/upper cases distinction
* doesn't assume any priority for binary operations
* doesn't regard ' (simple quote) as a valid syntactic symbol
* is at a very early stage

Regarding purity, Operator works most of the time with immutable variables and structures but occasionnally (after the interact keyword) some states can be modified (content of an HTML document for example, see Demos).

PRIMITIVE BUILT INS:
Only +,-,*,/,%,==,<,>,substring,length are kept literally from javascript with the same meaning they have in javascript (+ is polymorphic for example). They are now regarded as functions of 2 arguments (except unary length and ternary substring).

The get method has become the ! function
Eg: var val=obj['black']+xs[0]; becomes val = (obj!"black")+(xs!0)

A javascript Array is called a List in Operator
Eg: var xs=[1,2]; becomes xs = List () 1 2 ()

A javascript Object is called a Map in Operator
Eg: var obj={'red':0,'black':1}; becomes obj = Map () "red" 0 "black" 1 ()

These are designed to be immutable and, as functions, the following is valid:

beg = List () 1 2 3
next = beg 4 5
xs = next 6 ()

, the last () giving the end of the structure (the first one creates an new instance). It would then be reckless to defined ys = next 7 () for the (impredictible) order in which xs and ys are processed would influence the result of xs!5 (which could give 6 or 7 accordingly). Instead, define a new immutable List: ys = List () 1 2 3 4 5 7 ()

Several useful document manipulation fonctions are available also:
:=, ::=, newline, value, math, input, button, interact (see Demos)

Several useful general fonctions are available also:
hex2char, dec2hex, hex2dec

The other javascript components can be accessed by the javascript keyword (see below).

And thats'all for the primitive built-ins!

FOREIGN BUILT-INS:
Foreign JAVASCRIPT:
Operator only knows a very small set of primitive keywords and operators but all the javascript functions can be accessed with the javascript keyword. Eg:

sqrt x = javascript (("Math.sqrt("+x) + ")")
or, better,
sqrt = javascript "var fun=function(x){return Math.sqrt(x);};fun"
or simply
sqrt = javascript "Math.sqrt"

Foreign JQMATH:
If the result of a computation satisfies the jqMath format (http://mathscribe.com/author/jqmath.html), it will be displayed as a mathematical formula. For example
main = "$355/113$"
will display a nice fraction on the screen, and on your web page if you install the script (sent by the "Send javascript" menu) and the jqMath script.

Foreign NUMERIC JAVASCRIPT:
All the numericjs functions (http://www.numericjs.com) can be used. For example

m=List () row1 row2 ()
row1=List () 2 5 ()
row2=List () 6 3 ()
determinant = javascript "numeric.det"
main=determinant m

will return -24. Note that there is no shortcut (as in sqrt above) for the definitions of the numeric functions of 2 or more variables. For example, with the first four lines above and

main = determinant (product m m)

you should define

product = javascript "var fun=function(x){return function(y){return numeric.dot(x,y);};};fun"

in order to get 576.

How to Install Operator 0.1.6 for Windows PC or MAC:

Operator 0.1.6 is an Android Education app developed by Jö and published on the Google play store. It has gained around 50000 installs so far, with an average rating of 4.0 out of 5 in the play store.

Operator 0.1.6 requires Android with an OS version of 2.2 and up. In addition, the app has a content rating of Everyone, from which you can decide if it is suitable to install for family, kids, or adult users. Operator 0.1.6 is an Android app and cannot be installed on Windows PC or MAC directly.

Android Emulator is a software application that enables you to run Android apps and games on a PC by emulating Android OS. There are many free Android emulators available on the internet. However, emulators consume many system resources to emulate an OS and run apps on it. So it is advised that you check the minimum and required system requirements of an Android emulator before you download and install it on your PC.

Below you will find how to install and run Operator 0.1.6 on PC:

  • Firstly, download and install an Android emulator to your PC
  • Download Operator 0.1.6 APK to your PC
  • Open Operator 0.1.6 APK using the emulator or drag and drop the APK file into the emulator to install the app.
  • If you do not want to download the APK file, you can install Operator 0.1.6 PC by connecting your Google account with the emulator and downloading the app from the play store directly.

If you follow the above steps correctly, you should have the Operator 0.1.6 ready to run on your Windows PC or MAC. In addition, you can check the minimum system requirements of the emulator on the official website before installing it. This way, you can avoid any system-related technical issues.

Download Operator 0.1.6 For PC

Operator 0.1.6 APK 0.1.6119.39 KB0.1.6