Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

acutelanguage/acute

An implementation of the Io programming language

acutelanguage/acute.json
{
"createdAt": "2011-07-23T17:21:07Z",
"defaultBranch": "master",
"description": "An implementation of the Io programming language",
"fullName": "acutelanguage/acute",
"homepage": "",
"language": "C",
"name": "acute",
"pushedAt": "2016-05-01T09:20:56Z",
"stargazersCount": 36,
"topics": [],
"updatedAt": "2024-12-24T04:15:03Z",
"url": "https://github.com/acutelanguage/acute"
}

Acute is a small language that concentrates on getting its core feature set correct. Not a very opinionated language, it does aim to stick to its kernel.

The core features include:

  • Strong dynamically typed
  • Object-oriented with prototype inheritance
  • Narrowly focused core
  • User-defined data types