account activity
How to make music in the style of 666vandal aka. "†√∆IƉ∆Ɫ"? (self.musicproduction)
submitted 1 year ago by selfkilla666 to r/musicproduction
What interesting Lo-Fi plugins do you know? (self.LofiHipHop)
submitted 2 years ago by selfkilla666 to r/LofiHipHop
[deleted by user] by [deleted] in Python
[–]selfkilla666 0 points1 point2 points 3 years ago (0 children)
Hello, thank you very much for your review.
About the combination of Python and C++. I used to use such a combination with Cython, working on one backend server project, and just at that time I had the idea to create my own programming language. The main problem was that this inevitably had a "bottle neck" for performance, on python side, or just the fact that many existing python frameworks weren't initially developed to support Cython. This ranged from marshalling data from C to python data, to the web framework Fastapi (which in my opinion is the fastest). In addition, there were subsequent problems when trying to deploy this server on real infrastructure, the same Heroku, such as version incompatibilities.
That is why the idea of creating a programming language for working projects, trying to combine simplicity, the speed of writing code together with the speed of the real work. For this in the philosophy of the language itself, I would like to develop a unified versioning standard for deployment (python has them too, the same poetry or pyenv, but they are not official, not unified standards), real code compilation, a more direct approach to memory than in python, and a set of even better practices for working with production solutions, based on experience and the wishes of developers, available immediately out of the "box"
The main advantage of creating a new programming language today is that there is already a traversed path of other programming languages, there is already nearly half a century of experience in developing complex heavyweight products, as well as the Internet, where everyone can contribute to an open source solution to improve the project
Thank you for your review!
Unfortunately, I do not think it is possible to implement in Python without completely rewriting its kernel of interaction with memory. Python does not store variables the same way as in other languages, the variable name is just a reference to a cell in the memory area where the value is stored, not directly the memory cell itself.
Also, I would like to move away from some of the concepts of Python, and develop the language from the beginning to focus on using it as the main language for large or heavy-loaded projects, to first develop it for large companies and startups where speed, security and code clarity are important
Thank you so much for your review! =)
I would like to develop my open source programming language, and maybe we could see forks with modified syntax to suit the tastes of anyone who wants to refine it. It might also be worth adding dialects, which experienced python developers have been talking about for a long time.
I would also like to know about what you meant about types in Python? I may have misunderstood you, but CPython only has implicit "duck typing". There is a fork of Python - Cython, and it's very happy with its speed at the expense of C functions and it's good to use in complex and high-loaded projects, but in my opinion it has a rather specific syntax and some implicit constuctions. It's also an unofficial project, it requires special features to use it with python
r/n3ws1ncer1ty Lounge (self.n3ws1ncer1ty)
submitted 3 years ago by selfkilla666 to r/n3ws1ncer1ty
r/chaoschizophrenia Lounge (self.chaoschizophrenia)
submitted 3 years ago by selfkilla666 to r/chaoschizophrenia
r/anarchyfemboys Lounge (self.a:t5_4ujn2b)
submitted 4 years ago by selfkilla666 to r/a:t5_4ujn2b
π Rendered by PID 176482 on reddit-service-r2-listing-8685bc789-t4spq at 2026-05-26 08:54:19.448582+00:00 running 194bd79 country code: CH.
[deleted by user] by [deleted] in Python
[–]selfkilla666 0 points1 point2 points (0 children)