Golo
Golo is an actively used programming language created in 2012.
7Years Old | 1,025Users | 0Jobs |
- Golo ranks in the top 10% of languages
- the Golo website
- the Golo wikipedia page
- Golo first appeared in 2012
- the Golo team is on twitter
- See also: jvm-vm, java
- I have 43 facts about Golo. just email me if you need more.
Example code from Linguist:
# Copyright 2012-2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon) # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module hello.World function main = |args| { println("Hello world!") }Edit
Last updated February 11th, 2019