V
V
Victor2017-09-26 23:42:47
Design
Victor, 2017-09-26 23:42:47

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

4 answer(s)
A
Alexey Romanov, 2017-09-27
@viiktoor

JS, Qt (if for a mobile audience - Qt Designer), html + CSS (if such things are in Google experiments)

E
Egor Zhivagin, 2017-09-27
@Krasnodar_etc

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

E
Evgeny Antipov, 2017-09-27
@elevennine

Objective C, welcome!

M
Mikhail Potanin, 2017-10-19
@potan

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 question

Ask a Question

731 491 924 answers to any question