---
title: "I created a programming language and created games with it"
url: https://daily.dev/posts/i-created-a-programming-language-and-created-games-with-it-1gy0zogui
source_url: https://itnext.io/i-created-a-programming-language-and-created-games-with-it-5050c982b075?source=rss----5b301f10ddcd---4
type: article
source: "ITNEXT"
published: 2023-04-22T16:30:54.092Z
updated: 2026-03-15T04:51:04.306Z
tags: ["aws-lambda", "c++", "general-programming", "github", "performance"]
reading_time: 4
upvotes: 13
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I created a programming language and created games with it

**[ITNEXT](https://daily.dev/sources/itnext)** · 4 min read · 13 upvotes · 0 comments

## Summary

Amun is an open source low level general purpose language that compile to machine code using LLVM Framework. It is a language that is simple as C and Go, no preprocessor, no garbage collection (remember I need a high performance language) The language is still in development and everyone is most welcome to contribute to it.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://itnext.io/i-created-a-programming-language-and-created-games-with-it-5050c982b075?source=rss----5b301f10ddcd---4>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#aws-lambda](https://daily.dev/tags/aws-lambda), [#c++](https://daily.dev/tags/c++), [#general-programming](https://daily.dev/tags/general-programming), [#github](https://daily.dev/tags/github), [#performance](https://daily.dev/tags/performance)

[View this post on daily.dev](https://daily.dev/posts/i-created-a-programming-language-and-created-games-with-it-1gy0zogui)
