What are the problems that would require creating a new programming language?
Date : March 29 2020, 07:55 AM
I think the issue was by ths following , New languages come into existence for a number of reasons: as an exercise for the inventor; because of perceived shortcomings in existing solutions; to introduce new ideas that are awkward or impractical to transplant into existing languages.
|
Best web-programming language for math-problems generator
Date : March 29 2020, 07:55 AM
this one helps. Ruby is a powerful language and could certainly be used to solve your problem. While I'm a fan of it that doesn't necessarily make it a great fit The Rails framework is an excellent guide to writing well structured web apps based around a REST model, typically backed by some form of SQL database. To my uninformed understanding of your problem this sounds like a good match for what you want to do. There's nothing I consider particularly "view oriented" about a Rails app compared to any other web application. For example I would still suggest Rails for a project which only intends to expose a RESTfull API and does not serve any html pages.
|
C programming language, memory problems
Tag : c , By : CSCI GOIN KILL ME
Date : March 29 2020, 07:55 AM
it helps some times I'm trying to read a file text(input.txt) which consists of multiple line like A B 120 C B 60... matnames = (char**) malloc(sizeof(char*));
matnames[1] = (char*) malloc(sizeof(char));
matnames = (char**) malloc(n * sizeof(char*));
|
Is there a programming language to improve environmental problems?
Date : March 29 2020, 07:55 AM
seems to work fine I have watched an interview with Bjarne Stroustrup where he claims C++ has contributed against global warming, since the language is so efficient and fast compared to some others I won't name, since I really hate language wars anyway. I don't know if that answers your question. Nice one, though.
|
Problems with usually short solutions to test in a programming language
Date : January 02 2021, 06:48 AM
|