- 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.
推薦閱讀
- ThinkPHP 5實戰
- Hands-On Data Structures and Algorithms with JavaScript
- 精通MySQL 8(視頻教學版)
- OpenStack Networking Essentials
- C++ Application Development with Code:Blocks
- Bootstrap for Rails
- Instant Zurb Foundation 4
- 貫通Tomcat開發
- SEO教程:搜索引擎優化入門與進階(第3版)
- Monitoring Docker
- 算法精解:C語言描述
- Hands-On ROS for Robotics Programming
- 從零開始學UI設計·基礎篇
- Cinder:Begin Creative Coding
- PHP從入門到精通(第7版)