- Opa Application Development
- Li Wenbo
- 71字
- 2021-08-20 16:49:38
Your first Opa application
As a first example, here is the most simple program in Opa:
jlog("hello Opa!")
Compile and run it:
$ opa hello.opa -o hello.js $ ./hello.js
Note
We can type opa hello.opa --
to compile and run the code in a single line.
The code does nothing but prints hello Opa on your screen. If you can see this message, it means Opa is working properly on your machine.
推薦閱讀
- JavaScript前端開發模塊化教程
- Developing Mobile Web ArcGIS Applications
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Java程序設計與計算思維
- Python應用輕松入門
- Instant RubyMotion App Development
- C#程序設計
- 快速念咒:MySQL入門指南與進階實戰
- PHP+Ajax+jQuery網站開發項目式教程
- Scrapy網絡爬蟲實戰
- MongoDB Administrator’s Guide
- Azure for Architects
- HTML5 and CSS3:Building Responsive Websites
- Computer Vision with Python 3