169 похожих чатов

Guys I have to create a desktop application for windows,

since I'm a Linux user, what language you recommend for this purpose? I'm a Python developer

13 ответов

8 просмотров

what kind of GUI app is this? What's the requirements? How about just using something like electron?

There is Qt.

Ehsan- Автор вопроса
Roman Sharkov
what kind of GUI app is this? What's the requireme...

An accounting software, It needs security and ease of use and performance

Ehsan
An accounting software, It needs security and ease...

And you intent to make an accounting software as the first thing in a new language? As someone that uses accounting software, I want to ask... Are you mad?

Ehsan- Автор вопроса

Work smoothly, Usually electron apps causes lags

Ehsan
Work smoothly, Usually electron apps causes lags

They do cause lags when the developers are bad. If you do understand how the event loop works, how to profile and find bottlenecks then you can eliminate those lags most of the time. It's not like JavaScript is causing them, it's the developers.

Ehsan- Автор вопроса
Ludovic 'Archivist' Lagouardette
And you intent to make an accounting software as t...

I developed an accounting software about 20 years ago using Delphi 7 I just want to develop another which ordered to me by an accountant

Ehsan- Автор вопроса
Roman Sharkov
They do cause lags when the developers are bad. If...

VS code one of most lag producing applications I've ever seen

Ehsan
VS code one of most lag producing applications I'v...

Again, it's not because of JavaScript or Electron the only real problem with those apps is memory and disk consumption, those things you can't really improve because essentially you're shipping a whole browser with the app

Похожие вопросы

Обсуждают сегодня

Добрый верчер, а стоит ли использовать lea для вычислений произвольных значений, как замена add/imul?
strewg
28
Опять же повторяюсь - там всё закрыто, и очень-очень сложно. Это столетние наработки. Нет смысла вообще думать об этом. Достаточно просто в голове уложить "вот есть предсказат...
КТ315
15
У меня такой вопрос. Вот мне нужно сделать бинарный файл с ассемблер кода: [bits 32] [org 0x7c00] start: cli mov esp, stack_space call _main hlt section .tex...
Dmytro Parkhomenko
26
@FAssembler не знаешь, fasm поддерживает thumb?
Александр Белокопытов
46
Сколько гигабайт у тебя набирается?
Maksim Lapshin
17
Вот сравним знания, которые требуются, чтобы знать все эти условности С компилятора, и знания, которые требуются чтобы писать программы на ассемблере. Что проще?
КТ315
23
Фуух, победила раскраску. Ну почти) Кому что посчитать? )))
Катерина Свиридова
18
Наивный вопрос, а можно в лазарус как-то оптом сохранить состояние всех элементов интерфейса приложения перед его закрытием, например?
Кокошник наголо
13
Вопрос, кто-то пользует в реальности очереди вапоровские?swift run App queues --scheduled
Keiman
10
model small .stack 256 .data arr db 16 dup(?) mes db 10, 13, "Enter 16 numbers: $" mes1 db " $" mes2 db 10, 13, "Sorted: $" mes3 db 10, 13, "$" i db 0 .code ...
Ыиу
42
Карта сайта