Mungkin sebuah bahasa Pemrogramman berbasis pada Javascript yang menggunakan Bahasa Jawa sebagai sintax di dalamnya...

Overview

sajen

Mungkin sebuah bahasa Pemrogramman berbasis pada Javascript yang menggunakan Bahasa Jawa sebagai sintax di dalamnya...

sajen mempunyai extensi .sj atau anda dapat langsung menjalankan kode menggunakan file javascript.

DOKUMENTASI - Contoh, perbedaan sintax dll...

Instalasi

npm i --save sajen

atau install secara global untuk dapat menjalankan file sj langsung...

npm i -g sajen

Permulaan

  • CLI
~$ sajen run <nama file atau lokasi file>

untuk menu bantuan:
~$ sajen -h
  • API

    • Compile
    const sajen = require('sajen');
    
    var code = `
      fungsi haloDunya() {
        tulis('hello world')
      }
    
      haloDunya()
    `;
    
    sajen.compile(code).then(compiled => {
      console.log(compiled)
    })
    • Run
    const sajen = require('sajen');
    
    var code = `
      fungsi haloDunya() {
        tulis('hello world')
      }
    
      haloDunya()
    `;
    
    (async() => {
      await sajen.run(code)
    })()

Hello world

tulis('hello world')

Dokumentasi

Lihat semua perbedaan antara sajen dan javascript atau melihat lihat contoh dan cara penggunaan sajen di SINI

Added

  • Ubah semua fungsi dalam bahsa indonesia ke jawa.
  • tulisInfo('pesan') - Print indikator info ke console langsung tanpa memakai tulis().
  • tulisSukses('pesan') - Print indikator sukses ke console langsung tanpa memakai tulis().
  • tulisPengetan('pesan') - Print indikator peringatan ke console langsung tanpa memakai tulis().
  • tulisEror('pesan') - Print indikator eror ke console langsung tanpa memakai tulis().
  • njupuk('url') - Metode GET seperti menggunakan Axios.
  • kirim('url') - Metode POST seperti menggunakan Axios.
  • werna.<ireng | abang | ijo | kuning | biru | magenta | cyan | putih | abuAbu | lmIreng | lmAbang | lmIjo | lmKuning | lmBiru | lmMagenta | lmCyan | lmPutih>('Pesan') - Membuat konsol jadi berwana... dengan tulis(werna.<warna>('Pesan yang di warnai'))

Credits

You might also like...

Navigation-Menu-Javascript - A simple Navbar navigation using vanilla javascript, to change links to the active link when clicked.

Navigation-Menu-Javascript - A simple Navbar navigation using vanilla javascript, to change links to the active link when clicked.

Navigation-Menu-Javascript A simple Navbar navigation using vanilla javascript, to change links to the active link when clicked. Desktop view Mobile v

Feb 16, 2021

Ping.js is a small and simple Javascript library for the browser to "ping" response times to web servers in Javascript

Ping.js Ping.js is a small and simple Javascript library for the browser to "ping" response times to web servers in Javascript! This is useful for whe

Dec 27, 2022

MenuSlider-Javascript - How to create a menu slider with vanilla javascript

MenuSlider-Javascript How to create a menu slider with vanilla javascript Instal

Feb 8, 2022

Simple Library implemented using HTML, CSS and JavaScript. This is a simple implementation of JavaScript Modules of ES6.

Awesome-books A single page project with the porpuse of storing books' titles and authors. Built With CSS, HTML & Javascript. How to run in your local

Feb 21, 2022

This is a project that allows users to add/remove books from a list. we accomplish this by using a JavaScript object. Built with JavaScript, Html and CSS.

Awesome-book This is a project that allows users to add/remove book from a list. we accomplish this by usig javascript oject. Built With HTML5 CSS3 Ja

May 27, 2022

JavaScript project for the Leaderboard list app, using Webpack and ES6 features, notably modules. this app consume the Leaderboard API using JavaScript async and await and add some styling.

Leaderboard Project JavaScript project for the Leaderboard list app, using Webpack and ES6 features, notably modules. this app consume the Leaderboard

May 20, 2022

Custom alert box using javaScript and css. This plugin will provide the functionality to customize the default JavaScript alert box.

customAlertBoxPlugin Custom Alert Box Plugin Using JavaScript and CSS Author: Suraj Aswal Must Include CSS Code/Default Custom Alert Box Class: /* mus

Sep 10, 2022

A Powerful and Elegant "alert" library for JavaScript that replaces that boring alert style of Javascript.

A Powerful and Elegant

A Powerful , Elegant and fully customizable "alert" library using JavaScript that replaces that boring style of alert. Installation Place the below sc

Aug 10, 2021

Device.js is a JavaScript library to detect device, viewport, and browser information using plain JavaScript.

Device.js Device.js is a JavaScript library to detect device, viewport, and browser information using plain JavaScript. Compatibility Works with all m

Dec 16, 2022
Releases(v0.0.7)
  • v0.0.7(Mar 7, 2022)

    Sajen?

    Dalam upacara tradisi, sesajen, sajen, sajian, semah, atau semahan adalah makanan dan benda lain, seperti bunga dan dupa, yang dipersembahkan dalam upacara keagamaan yang dilakukan secara simbolis dengan tujuan berkomunikasi dengan kekuatan gaib. Kegiatan mempersembahkan sajian ini disebut dengan bersaji. - ​Wikipedia

    Mungkin sebuah bahasa Pemrogramman berbasis pada Javascript yang menggunakan Bahasa Jawa sebagai sintax di dalamnya... DOKUMENTASI - Contoh, Perbedaan Sintax, Dan yang lainnya disini...

    Source code(tar.gz)
    Source code(zip)
This project, is about restructuring our Awesome books app code and make it more organized using modules and ES6 sintax. Built with HTML, CSS, JavaScript.

Awesome Books with ES6 This project, is about restructuring our Awesome books app code and make it more organized using modules and ES6 sintax. Built

Dino Ronald Quispe Arias 7 Jul 21, 2022
Whatsapp BOT Multi Device menggunakan module baileys-md. Give this repo a star 🌠⭐🌟

README English Version • About • Installation • Thanks to • Donate Official Group Bot • Settings About Anon-BOT adalah pengembangan sourcecode yang be

Iqbal Hidayat Syahril 11 Sep 26, 2022
Repositori untuk belajar pemrograman dalam bahasa Javascript

Javascript Repositori ini berisi kumpulan dari berbagai macam script struktur data dan algoritma yang diimplementasikan dengan menggunakan bahasa pemr

Bellshade 253 Jan 1, 2023
Scraping data dari 21cineplex untuk keperluan hobby dan riset, tidak ada hal yang berbahaya atau dapat merugikan website sumber.

21cineplex-api Scraping data dari 21cineplex untuk keperluan hobby dan riset, tidak ada hal yang berbahaya atau dapat merugikan website sumber. Softwa

Vava Heirro 8 Jun 25, 2022
Penjelasan konsep kartu ujian digital yang bisa dibaca oleh manusia dan komputer (khususnya telepon genggam)

Konsep Kartu Ujian Digital Ini adalah penjelasan atas konsep kartu ujian digital yang dapat memudahkan siswa tanpa perlu repot memasukkan NPSN (Nomor

Ezra Khairan Permana 4 May 28, 2022
Jangan lupa Kasih credits && Star Bang Jika Ada yang eror Silahkan Chat Owner

oscar-md-v3 Project created by JAROT OFFC to make it public | © | Reserved | Heroku Buildpack BuildPack LINK FFMPEG here IMAGEMAGICK here HOW TO CONNE

JAROT OFC 9 Dec 30, 2022
This is my to-do list website built with html, css and JavaScript. In this project I used Webpack to bundle JavaScript and ES6 modules to write modular JavaScript.

To-Do-List App This is my to-do list website built with html, css and JavaScript. In this project I used Webpack to bundle JavaScript and ES6 modules

Samuel Mwape 18 Sep 20, 2022
Reference for How to Write an Open Source JavaScript Library - https://egghead.io/series/how-to-write-an-open-source-javascript-library

Reference for How to Write an Open Source JavaScript Library The purpose of this document is to serve as a reference for: How to Write an Open Source

Sarbbottam Bandyopadhyay 175 Dec 24, 2022
Open Source projects are a project to improve your JavaScript knowledge with JavaScript documentation, design patterns, books, playlists.

It is a project I am trying to list the repos that have received thousands of stars on Github and deemed useful by the JavaScript community. It's a gi

Cihat Salik 22 Aug 14, 2022
Javascript-testing-practical-approach-2021-course-v3 - Javascript Testing, a Practical Approach (v3)

Javascript Testing, a Practical Approach Description This is the reference repository with all the contents and the examples of the "Javascript Testin

Stefano Magni 2 Nov 14, 2022