Skip to content
View dinfio's full-sized avatar
Block or Report

Block or report dinfio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dinfio/README.md

Dinfio

Dinfio Programming Language

Dinfio is a high-level, general-purpose, interpreted, minimalist, simple, and open source programming language. Dinfio supports multiple paradigms, including imperative, procedural, object-oriented, and event-driven programming.

——
Welcome! This is the official repository of Dinfio source code. You can build, install, and contribute to Dinfio through this repository.

Building Dinfio

For the instruction how to build Dinfio from the source code, please see BUILDING.md.

Binary Installation

If you would install Dinfio from pre-compiled binary rather than build from the source code, you can download it from Dinfio homepage: https://dinfio.org. The page provides step by step guide how to download and install Dinfio on your machine.

Building Dima

Dima is a module manager for Dinfio. You can install and uninstall modules using Dima. If you want to build Dima, please see src/dima/README.md.

Contributing

Contributing to Dinfio is much welcomed and encouraged. You can contribute to Dinfio by become:

  • Core Language Developer
  • Module Developer
  • Issue Reporter
  • Documentation Author
  • Dinfio Playground Contributor
  • and/or Sponsor

Please see CONTRIBUTING.md for more information.

License

Dinfio is licensed under the MIT License.

Popular repositories

  1. dinfio dinfio Public

    Dinfio Programming Language. Beautiful, minimalist, powerful.

    C++ 5 2