Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

jiyu

< >

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

#1538on PLDB 5Years Old
Download source code:
git clone https://github.com/machinamentum/jiyu
HomepageSource CodeTwitter

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); }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0