Operator 0.1.7 0.1.5

Operator 0.1.7 0.1.5

 ❘ 프리웨어
Android
최신 버전:
0.1.5
설치 하는 안전

A simple JavaScript transpiler program to code in a functional language similar to another famous functional programming language (starting with an H).

  • Each translation can be integrated into your web page via a single JavaScript script, provided you have also installed jqMath (jqMath)—with jQuery—and Numeric JavaScript (Numeric JavaScript).

Like H., Operator:

  • Is functional
  • Is a little verbose
  • Understands binary operations in infix notation

Unlike H., Operator:

  • Is not lazy by nature, but infinite structures (lists, trees, etc.) 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 distinction between lower and upper cases
  • Doesn't assume any priority for binary operations
  • Doesn't accept ' (simple quote) as a valid syntactic symbol
  • Is at a very early stage

Regarding purity, Operator mostly works with immutable variables and structures, but occasionally (after the interact keyword), some states can be modified (e.g., content of an HTML document, see Demos).

Primitive Built-Ins:

Only these JavaScript operators are kept literally: +, -, *, /, %, ==, <, >, substring, length. They are now considered functions of two arguments (except unary length and ternary substring).

The get method has been replaced with the ! function. For example: var val = obj['black'] + xs[0]; becomes val = (obj!"black") + (xs!0).

A JavaScript Array is called a List in Operator. For example: var xs = [1,2]; becomes xs = List () 1 2 ().

A JavaScript Object is called a Map in Operator. For example: 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:

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

The last () signifies the end of the structure (while the first one creates a new instance). It would be unwise to define ys = next 7 () due to the order in which xs and ys are processed potentially affecting the result of xs!5 (yielding either 6 or 7). Instead, define a new immutable List: ys = List () 1 2 3 4 5 7 ().

Several useful document manipulation functions are available as well: :=, :: = , newline, value, math, input, button, interact (see Demos).

Several useful general functions are also available: hex2char, dec2hex, hex2dec.

The other JavaScript components can be accessed by the javascript keyword.

That's all for the primitive built-ins!

Foreign Built-Ins:

      1. Foreign JavaScript:

Operator only recognizes a minimal set of primitive keywords and operators, but all 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"

      1. Foreign jqMath:

If the result of a computation conforms to the jqMath format (jqMath format), it will be displayed as a mathematical formula. For example:

main = "$355/113$"
would display a fraction on the screen and on your web page if you install the script (sent by the "Send JavaScript" menu) and the jqMath script.

      1. Foreign Numeric JavaScript:

All the numericjs functions (numericjs functions) can be utilized. For example:

m = List () row1 row2 ()
row1 = List () 2 5 ()
row2 = List ()6 3()
determinant = javascript "numeric.det"
Main=determinant m
would return -24.
Note that there are no shortcuts (as in sqrt above) for defining numeric functions with two or more variables.
Eg: main = determinant(product m m)
You should define:
Eg:
A) product=javascript "var fun=function(x){return function(y){return numeric.dot(x,y);};};fun"
To get -576.

개요

Operator 0.1.7 범주 교육 개발한에서 프리웨어 소프트웨어입니다.

Operator 0.1.7의 최신 버전은 2024-09-11에 발표 된 0.1.5. 처음 2024-09-11에 데이터베이스에 추가 되었습니다.

다음 운영 체제에서 실행 되는 Operator 0.1.7: Android.

Operator 0.1.7 하지 평가 하고있다 우리의 사용자가 아직.

스크린샷 (클릭) 큰 볼

안전하고 무료 다운로드 UpdateStar에 의해 확인

그대로 - - 날짜
UpdateStar 프리웨어.

최신 리뷰

UltraISO UltraISO
모든 디스크 이미지 요구 사항을 충족하는 강력한 ISO 관리 도구
Telegram Desktop Telegram Desktop
Telegram Desktop을 통한 안전한 메시징 및 파일 공유.
Software Informer Software Informer
Software Informer로 최신 정보 받기
Google Earth Pro Google Earth Pro
Google 어스 프로로 놀라운 디테일로 세상을 탐험하세요.
KMPlayer KMPlayer
Windows 및 Mac을 위한 강력한 멀티미디어 플레이어
Windows PC Health Check Windows PC Health Check
Windows PC 상태 검사로 PC를 원활하게 실행하십시오!
UpdateStar Premium Edition UpdateStar Premium Edition
UpdateStar Premium Edition으로 소프트웨어를 최신 상태로 유지하는 것이 그 어느 때보다 쉬워졌습니다!
Microsoft Edge Microsoft Edge
웹 브라우징의 새로운 표준
Google Chrome Google Chrome
빠르고 다재다능한 웹 브라우저
Microsoft Visual C++ 2015 Redistributable Package Microsoft Visual C++ 2015 Redistributable Package
Microsoft Visual C++ 2015 재배포 가능 패키지로 시스템 성능을 향상시키십시오!
Microsoft Visual C++ 2010 Redistributable Microsoft Visual C++ 2010 Redistributable
Visual C++ 응용 프로그램 실행을 위한 필수 구성 요소
Microsoft OneDrive Microsoft OneDrive
Microsoft OneDrive로 파일 관리 간소화

최신 업데이트


PrivaZer Portable 4.0.109

PrivaZer is a privacy cleaner that scans your computer and provides you with a complete report of all computer and Internet traces that can be found on your PC.

PrivaZer 4.0.109

Goversoft LLC의 PrivaZer는 원치 않는 사용자 활동 흔적을 안전하게 삭제하고 디스크 공간을 확보하며 시스템 성능을 향상시켜 사용자가 컴퓨터를 청소하고 최적화할 수 있는 개인 정보 보호 소프트웨어입니다. 데이터 개인 정보 보호, 보안 및 시스템 유지 관리에 관심이 있는 사용자를 위해 설계된 PrivaZer는 개인 정보를 보호하고 시스템 효율성을 유지하기 위한 포괄적인 도구 세트를 제공합니다.

GoodSync 12.9.3

Introduction to GoodSync GoodSync is a robust file synchronization and backup software designed for both individual users and enterprise environments.

Pale Moon 33.8.1.1

Pale Moon by Moonchild is a web browser developed with a focus on efficiency, customization, and user experience. Based on Mozilla Firefox code, Pale Moon offers a familiar browsing environment with optimizations for speed and performance.

SmartFTP 10.0.3281.0

SmartFTP is a powerful file transfer protocol (FTP) client that allows users to securely transfer files between their local computer and a server on the internet.