jiyu
jiyu is an actively used programming language created in 2019.
1Years Old | 66Users | ?Jobs |
- the jiyu website
- jiyu on github
- jiyu first appeared in 2019
- jiyu was created by Josh Huelsman
- the jiyu team is on twitter
- Have a question about jiyu not answered here? Email me and let me know how I can help.
Example code 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); }
Last updated August 9th, 2020