inspired by https://www.youtube.com/watch?v=54kHE03Gv4E
in modern age, many top jobs are at threat, including programming, with layoffs and job displacement. We need more young folks to get into programming; of course, many attempts has been made, such as block code, but it proves unsuccessful...
We realized that the best way to promote programming is to """localize""" the syntax for the newest generation. Welcome to the GenZ Programming Language
I need mental help....
- Python 3
- OS python module
- time python module
- g++
- Write your .GenZ file
- run GenZ_Compiler.py
- Enter the filename of the GenZ code
- enter name for output
- locate your compiled code in
build/and run it - enjoy
The syntax is very similar to that of C++. The main difference being the re-wording of several syntax names
fax - A true/false value
basic - A whole number value
period - a number with decimal support that contains 4 bytes
body_count - a number with decimal support that contains 8 bytes
jit - a value that can hold a character
yap - a value that can hold a series of characters
gagged - when a function doesn't return anything
cap - a value that is false
noCap - a value that is true
extra - adds 1 to value
ded - subs 1 to value
highkey - when the item is public
lowkey - when the item is private
gatekeep - when the item is protected
bussy - declaring a structure
glaze - declaring a constant
bussin - declaring a reference
flex - declaring a pointer
vibe_check - equivalent to an "if" statement
big_yikes - equivalent to an "else" statement
fuck_around - equivalent to "try"
find_out - equivalent to "catch"
yeet - equivalent to "throw"
its_giving - equivalent to "return"
main_character - equivalent to "main"
moots - equivalent to "while"
fanum_tax - equivalent to "for"
mew - equivalent to "do"
beta - equivalent of "min"
alpha - equivalent of "max"
ick - equivalent to "break"
ghost - equivalent to "continue"
skibidi - equivalent to "class"
#fit - includes functions and classes of 3rd party libraries
cook - does the "using namespace"
<sigma> - imports iostream
<ohio> - imports ofstream
<florida> - imports ifstream
<sus> - imports fstream
ratios - greater than
ratios_+_L - Greater than or equal to
unratios - less than
unratios_+_L - less than or equal to
mid - if values equal each other
cooked - if values do not equal each other
Shoutout - equivalent to "std"
slay - equivalent to "endl"
SpillTea - equivalent to "cout"
rent-free - equivalent to "cin"
bde(x) - get's the size of yap
"Hello Sigmas!" program:
#fit <sigma>
cook Shoutout;
basic main_character()
{
SpillTea << "Hello Sigmas!" << slay;
}
The GenZ language is under the MIT License agreeement:
Copyright 2024 Ethan_Boi_Dev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.