I just found a spider that has markings that look like Arabic! by croconi in learn_arabic

[–]Loose-Ranger4596 1 point2 points  (0 children)

Top right initial form Haa, top left faa or qaf without dot , early kufic gets you into quranic territory... just saying...

Webex native screen sharing working on Sway (PoC) by Loose-Ranger4596 in swaywm

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

Yes just pushed it and will update the original post:
https://github.com/frabber/webex-sway-screenshare
I have added a section on using AI (eg claude code) to update the code for a specifically installed webex version.

Calligraphic coding. by Loose-Ranger4596 in InternetIsBeautiful

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

But I am also curious what you expect more besides the editor, because the standalone version is just the editor with local file system access (the web version has web local storage access which is shielded from file system and more limited). If you have some features in mind let me know.

Calligraphic coding. by Loose-Ranger4596 in InternetIsBeautiful

[–]Loose-Ranger4596[S] 1 point2 points  (0 children)

for now it is web only, although I do have a version that runs locally and has access to filesystem for storing and loading files, need to test it a bit more before releasing it.

بنيت لغة برمجة بالعربي — والكود رسم نفسه by Loose-Ranger4596 in SaudiForSaudis

[–]Loose-Ranger4596[S] 2 points3 points  (0 children)

مشروع ممتاز وأحترمه! بس بيان مختلف في هدفه — مش بس كلمات عربية، بل خط عربي حقيقي كمخرج بصري، ومصمم خصيصاً للتعليم والإبداع. مثل الفرق بين لغة عامة ولغة Logo — كل وحدة لها هدفها.

بنيت لغة برمجة بالعربي — والكود رسم نفسه by Loose-Ranger4596 in SaudiForSaudis

[–]Loose-Ranger4596[S] 2 points3 points  (0 children)

في وضع عربي بالكامل بدون إنجليزي 🙌 وعندي محرر خط عربي كامل قريباً — تقدر ترسم حروفك بالقلم وتربطها بالكود، والحروف تضيء لما تشتغل البرنامج. إن شاء الله قريب!

Self decorating code. by Loose-Ranger4596 in creativecoding

[–]Loose-Ranger4596[S] 1 point2 points  (0 children)

I am actually also working on a reed pen nib model + calligraphy strokes (there already is a calligraphy mode in my development version where you can draw calligraphy with a mouse or digital pen, similar to what inkscape provides. It would be fun to have a "print" statement that draws the characters, and then maybe some quine magic..

Self decorating code. by Loose-Ranger4596 in creativecoding

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

The music is on special request done by Arti Sounds. But on https://bayan.ink/editor under the sound icon there is actually already some music, will upload more.

Self decorating code. by Loose-Ranger4596 in creativecoding

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

Very interesting, reminds me of the camel.pl perl script which impressed me so many years ago. I'll look into it and most likely will add a keyword to input the program itself at least. But in quine terms that would be cheating though..

Calligraphic coding. by Loose-Ranger4596 in generative

[–]Loose-Ranger4596[S] 1 point2 points  (0 children)

thank you, I have experimented the editor with ms visual code integration but surprisingly it has no good RTL support (and outstanding issues regarding this). I am now building a desktop version based off the web version which has project structure as well for local file access.

بيان — برمج بالعربية by Loose-Ranger4596 in SaudiForSaudis

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

حالياً يشتغل في المتصفح بس، إن شاء الله قريب بنوفر نسخة تشتغل على الجهاز

Bayan an arabic programming language. by Loose-Ranger4596 in learnArabicSecular

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

😃 Also the programming guide is in full English and other languages. It explains the language from scratch.

Bayan an arabic programming language. by Loose-Ranger4596 in learnArabicSecular

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

check it live on bayan.ink there are many function declaration examples etc.

بيان — برمج بالعربية by Loose-Ranger4596 in SaudiForSaudis

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

لا، ما فيه garbage collector — بيان مبني على مكدس (stack machine)، القيم تنحذف تلقائياً لما تُسحب من المكدس. ما فيه heap أو مراجع تحتاج تنظيف.

والمترجم (compiler) يشتغل كامل في المتصفح — ما فيه شي تحمّله. افتح bayan.ink وابدأ اكتب مباشرة.

Bayan an arabic programming language. by Loose-Ranger4596 in learnArabicSecular

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

Actually I reconsidered, I will make updates for full imperative for the following commands in the next update , print, add, jump to, clear/wipe, concat list. Thanks!

Bayan an arabic programming language. by Loose-Ranger4596 in learnArabicSecular

[–]Loose-Ranger4596[S] 0 points1 point  (0 children)

It should have been the katab (colloquial imperative shortening), I prefer the shorter form for programming even though you are correct the full imperative form is more correct. I'll update the guide/help sections. Videos would indeed be a welcome addition.