Warning: Undefined property: WhichBrowser\Model\Browser::$name in /www/wwwroot/steprimo.com/config.php on line 30

Warning: Undefined property: WhichBrowser\Model\Device::$manufacturer in /www/wwwroot/steprimo.com/config.php on line 34

Warning: Undefined property: WhichBrowser\Model\Device::$model in /www/wwwroot/steprimo.com/config.php on line 35
JavaScript Lambda Calculator Download APK for Android
lang en

JavaScript Lambda Calculator
JavaScript Lambda Calculator
Download APK
JavaScript Lambda Calculator

JavaScript Lambda Calculator

Developer: DmitryM
App Size: Varies With Device
Release Date: Nov 28, 2016
Price: Free
1
6 Ratings
Size:
Varies With Device
Download APK
Google Play
Screenshots for App
Mobile

About: JavaScript Lambda Calculator

The app has a Transcript tab, where the result of the last line of the Playground tab's calculations or code is placed after pressing the "Run" button in Playground tab.

Commands to try:

1. 2+2


JavaScript Lambda Calculator


This puts 4 in the transcript tab.

2.
pi
prints value of pi

3. e
prints value of e

4.
global.f = x => x + 1
global.g = x => x * 2
global.h = compose(f, g);
h(3);
This prints 7 in the transcript tab(7 = 3*2 + 1)

5.
sum(range(0,100).map(random));
prints 100 random numbers.

The program behaves a lot like the JavaScript console in the browser.
Developer Apps:
Recent Releases

Reviews JavaScript Lambda Calculator


User Ratings
Name
Message
Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide