Java/JavaScript/Other? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Java/JavaScript/Other?

I'm looking to be a product designer, so something that would help with that would be nice, but also, for my Senior Project, I'm looking to make a Siri-like thing (that would eventually go into a little probably chibi-thing of it makes a difference)that would do only very basic things(Work as a calculator, tell things like the capital of states,etc.), it doesn't even need to connect to the internet, especially if it would be easier of it didnt. Can anyone suggest a good coding language to start out with?

24th Feb 2018, 10:32 PM
Robyn
3 Answers
+ 2
@Mickel Sanchez I believe what I'm looking for is a small virtual assistant
24th Feb 2018, 10:45 PM
Robyn
0
Uhm ... Maybe I'm wrong, but you should define (in this case) the language that you will use based on the hardware or the platform (it was not clear to me if you want to make a small virtual assistant, you want to make a device that works as an assistant or both)
24th Feb 2018, 10:40 PM
Mickel
Mickel - avatar
0
Great. Now you should define your platform. Based on that you could choose the language in a simple way since each platform usually has a language with which it is used to develop: Android => Java / Kotlin + XML. (There is also support for Dart) IOS => Swift. Windows => C# In the same way you can make multiplatform applications with C# using Xamarin. In general, the choice of a language for a project is based on the platform, the possibilities it offers (if there are libraries or frameworks that help us perform the work effectively) and our experience in the language.
24th Feb 2018, 10:57 PM
Mickel
Mickel - avatar