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

jiyu

< >

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

#1552on PLDB 5Years Old
Download source code:
git clone https://github.com/machinamentum/jiyu
Homepage · Source Code · Twitter

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 · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0