Answer the question
In order to leave comments, you need to log in
What programming language to choose for a designer?
I am engaged in design, I want to download skills and learn to code. Recommend the best programming language easy to learn for a beginner. I'm going to apply code in areas such as: UX / UI, not deep front-end development for the web, programming for mobile devices. And also I want to write various interesting things for the fan, for example, like here https://experiments.withgoogle.com/ . I will be grateful for help.
Answer the question
In order to leave comments, you need to log in
JS, Qt (if for a mobile audience - Qt Designer), html + CSS (if such things are in Google experiments)
For the browser (frontend) - only JS.
In order not to learn other languages globally, it will be possible to delve into React and use React Native for applications
ELM
Developed primarily for the frontend, but you can use the react-native library for modular development, and make gui in the form of plugins for chrome.
Differs in extreme simplicity and high reliability (does not allow to make many classes of errors).
Disadvantages - you have to write extra code to handle impossible cases (such as clicking on an undrawn button), cumbersome work with json and the lack of so-called "type classes", which is why you have to use different functions for the same operation with different types (List .map and Maybe.map for example).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question