Measures Concepts
GitHub icon

jiyu

jiyu - Programming language

< >

jiyu is a programming language created in 2019 by Josh Huelsman.

Source code:
git clone https://github.com/machinamentum/jiyu
#1605on PLDB 5Years Old

A compiler and programming language for fun.


Example from the web:
#clang_import """ #include <stdio.h> """; func @metaprogram main(argc: int32, argv: **uint8) { printf("Hello, Sailor!\n"); var file = fopen("myfile.txt", "wb"); fwrite("Hello, Pilot!\n".data, 1, 14, file); fclose(file); }

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout