If you are open to GUI editors, have you tried neovim frontends, like neovide ?
80avin
Not sure if this is what OP is seeking, but I would be fine to have borrow checker removed, replaced with Garbage collector like Go/Python in such a language.
To build prototypes, I don't want to fight with borrow checker and neither I care for efficiency much. But I do want the macro system, traits, lazily asynchronous runtime, cargo like package manager, easy build system, etc.
Rust has so many powerful features, but only because of borrow checker (IMO) we can't use it for rapid prototyping like Python. With that replaced, this subset of Rust would be something which can be a great contender to Python/Go, etc.
Curious to know which version of freecad did you try ? Few days ago I installed the latest edge version from snap (0.22 in progress) and didn't notice this issue. I know about this issue & realthunder, also watched some of his interviews and found that the guy is a master of his field.
Anyways, now I'm on beta channel of freecad-realthunder.
I want my devices to run on an OS/framework which allows everything to be scriptable. Data should be visualised using simple/consistent interface.
There will be events, Actions, variables, data-streams, etc and the operating system should provide easy interface to quickly create new programs which can
- Visualize data streams (filterable) using simple interfaces(configurable)
- Create scripts which can create custom events or custom actions which are just built upon existing events/actions.
In such a system, the focus of apps should not be to add fancy interfaces for simple things, but to register new events, actions, data streams, visualizers into the OS and maybe provide new templates to use these additions.
Don't have an objective definition of "Best" but here are few over the top of my head.
- Profiled backend's startup and reduced startup time by ~20-30 times. Issue was we were traversing node_modules folder to scan for API documentation.
- Profiled python using cProfiler & snakeviz and optimized dozens of regex calls by simple pre-filtering. Improved performance by ~20 times.
- Profiled python using pprofile & qcalgrind (IIRC) to pinpoint a single heavy regex compilation and optimized it by pre-filtering. Improved performance 8-10 times.
- Use nodejs streams to do load data from s3, parse as CSV, transform into different structure and save into s3 in a continuous stream. Didn't measure the performance gains but should be several times atleast. 5... many more, some coming from embedded world and even more drastic & unexpected
I had been using Apple theme since start. Even though I tried android theme in between, I didn't like it much because of unpolished feel.
I think it looks well now and also has nice animations. You may keep this as default