Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hachem-H committed Jul 30, 2023
1 parent 20d5c6b commit f483fff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Binary file added Branding/README-Example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,4 @@ A Fast, Modern, Low-Level General-Purpose Programming Language

Iridis is an innovative programming language designed to cater to the needs of various domains, such as computational physics, kernel development, and game development, while remaining versatile enough to be applicable in many other areas. This language is built from the ground up to offer blazing fast performance, a modern development experience, and low-level control, empowering programmers to tackle complex problems efficiently and effectively.

``` iridis
io :: import!("std.io")
main :: proc()
{
uses := [ "kernel", "game", "embedded",
"systems", "tool", "network" ]
for use in uses; do
io.println("Iridis is used in {} development!", use)
}
```
![code example](Branding/README-Example.png)

0 comments on commit f483fff

Please sign in to comment.