Operator 0.1.7 APK

78+ votes, 3.96/5

You like Javascript, functional programming and Android? Try Operator !... [readmore]


⇣ Download APK (145.83 KB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Version 0.1.7
Update
Size 145.83 KB
Category Education
Developer
Downloads ↓ 86.4K
⇣ Download APK (145.83 KB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

File Infos

License type Free
Version 0.1.7
Size 145.83 KB (149329)
Filename joel.duet.opera_13_149329.apk
Requirement 4.0 and up
Type app
Category Education
Package name: joel.duet.opera
Slogan: You like Javascript, functional programming and Android? Try Operator !

APK Permissions


‣ 


APK used Features


‣ android.hardware.touchscreen

Screenshots (11 images)

Operator 0.1.7 screenshot 1 Operator 0.1.7 screenshot 2 Operator 0.1.7 screenshot 3 Operator 0.1.7 screenshot 4 Operator 0.1.7 screenshot 5 Operator 0.1.7 screenshot 6 Operator 0.1.7 screenshot 7 Operator 0.1.7 screenshot 8 Operator 0.1.7 screenshot 9 Operator 0.1.7 screenshot 10 Operator 0.1.7 screenshot 11

About Operator 0.1.7 APK

Operator 0.1.7 poster
Operator 0.1.7 APK version 0.1.7 poster

Latest update [menu]


Nothing new, really

Description [menu]


A simple Javascript transpiler 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.7 APK for Android [menu]


Download Operator 0.1.7 APK file (joel.duet.opera_13_149329.apk) from SameAPK.com, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (joel.duet.opera_13_149329.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

How to install Operator 0.1.7 APK on Windows 7/8/10 or MAC PC? [menu]


Download Operator 0.1.7 APK file(joel.duet.opera_13_149329.apk) from SameAPK.com to your PC (ex: /Users/xxx/Downloads/(joel.duet.opera_13_149329.apk)), then follow these steps:

Using Emulator:

  • Download And Install one Emulator Softwares (Ex: Bluestacks, GenyMotion, NoxPlayer)
  • Simple install APK on PC by drag and drop file joel.duet.opera_13_149329.apk on Emulator screen

Operator 0.1.7 APK Pros & Cons [menu]


Pros
  • This app is safe, it's not require high risk permissions
  • Compatible with 32 bit device (most Emulator using 32bit arch CPU)
  • Compatible with 64-bit device (some android device and current Bluestacks)

Cons
Everything is good.


Similar applications [menu]


New Apps



Comments

No comment Yet.