当前位置: 软件>C/C++软件
高级的编程语言 o42a
本文导语: o42a 是一个高级的编程语言,特点: compiled, statically-typed, prototype-based, logic-driven, and primarily declarative, while the imperative programming style is also supported. 使用 o42a 编写的程序很像自然的英语文本。 示例代码: Use namespace 'Con...
o42a 是一个高级的编程语言,特点:
- compiled,
- statically-typed,
- prototype-based,
- logic-driven, and
- primarily declarative, while
- the imperative programming style is also supported.
使用 o42a 编写的程序很像自然的英语文本。
示例代码:
Use namespace 'Console'. @Main := * { Print "Hello, World!" nl. }