Skip to content

Add Baklava in Baik#4308

Merged
rzuckerm merged 4 commits intoTheRenegadeCoder:mainfrom
rzuckerm:baklava-baik
Jan 20, 2025
Merged

Add Baklava in Baik#4308
rzuckerm merged 4 commits intoTheRenegadeCoder:mainfrom
rzuckerm:baklava-baik

Conversation

@rzuckerm
Copy link
Copy Markdown
Collaborator

@rzuckerm rzuckerm commented Jan 18, 2025

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Adding a New Code Snippet in an Existing Language

Other Notes

Another crazy poorly documented language. However, it was interesting working with a language that is not based on English language keywords. It has some rather annoy limitations, like I couldn't do this:

num_spaces = abs (n - 10)

Instead, I had to do this:

num_spaces = n - 10
num_spaces = abs num_spaces

Also, I couldn't find any way to append to a string, so I had to output a repeated string instead.

Without Google Translate, it would have probably been impossible for me to write this sample.

@rzuckerm rzuckerm added enhancement Any code that improves the repo baklava See: https://sampleprograms.io/projects/baklava/ labels Jan 18, 2025
@rzuckerm rzuckerm marked this pull request as ready for review January 18, 2025 18:36
@rzuckerm rzuckerm enabled auto-merge (squash) January 18, 2025 18:59
Copy link
Copy Markdown
Member

@jrg94 jrg94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love this! So cool.

@rzuckerm rzuckerm merged commit 4e40092 into TheRenegadeCoder:main Jan 20, 2025
@rzuckerm rzuckerm deleted the baklava-baik branch January 20, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

baklava See: https://sampleprograms.io/projects/baklava/ enhancement Any code that improves the repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Baklava in Baik

2 participants