Tagged Questions
The high-level tag has no wiki summary.
24
votes
17answers
2k views
Am I “wasting” my time learning C and other low level stuff?
I have just recently started learning C and the reason I did that was because frankly, I consider myself to be of a "less-developer" than the people who know and work with C. Thus I planned to start ...
19
votes
18answers
1k views
Is there a high-level language for the web?
Preamble
To build dynamic web-sites, we have to master at least four languages:
HTML for the structure of web pages
CSS for layout and design
JavaScript for interactivity
A language for business ...
14
votes
10answers
614 views
What specific examples are there of knowing C making you a better high level programmer?
I know about the existance of question such as this one and this one. Let me explain.
Afet reading Joel's article Back to Basics and seeing many similar questions on SO, I've begun to wonder what are ...
11
votes
7answers
572 views
Which programming languages aren't considered high-level?
In informatics theory I hear and read about high-level and low-level languages all time.
Yet I don't understand why this is still relevant as there aren't any (relevant) low-level languages except ...
7
votes
4answers
235 views
Is there a javascript library that contains a rich set of very high level commonly used functions?
I find that many high level functions are missing in most well-known javascript libraries such as jquery, YUI...etc. Taking string manipulation as an example, startsWith, endsWith, contains, lTrim, ...
4
votes
9answers
288 views
How high should/will high-level languages go?
I know this is very abstract, however I believe it is very focused.
There are plenty of high-level languages today: C#, Java, VB, Python, etc., all created to abstract away low-level complexity and ...
4
votes
5answers
245 views
Is it possible to design a dynamic language without significant performance loss?
Is it possible to design something like Ruby or Clojure without the significant performance loss in many situations compared with C/Java? Does hardware design play a role?
Edit: With significant I ...
3
votes
8answers
956 views
Are Fortran, Cobol, Basic and Forth high level programming languages?
Are Fortran, Cobol, Basic and Forth high level programming languages?
And if not, what where the first high level programming languages?
What where the first object-oriented languages?
2
votes
3answers
274 views
Low level capabilities of high level languages [closed]
I would like to know some low-level capabilities of high-level languages.
Off the top of my head I could point out:
-bitwise operations
-bit fields
-pointer arithmetic
-inline assembly
-interrupt ...
2
votes
2answers
948 views
Difference between Machine code and Object Code
I'm in the middle of my a levels and im doing some revision for my Computing exam.
I was wondering if someone could tell me what the difference is between machine code and object code.
keep it it ...
2
votes
6answers
390 views
Why do we need high-level languages? [closed]
I was teaching my wife C a few days ago and went on to teach her the basics of C++.
Now my question is all programming languages have been devised so as to make our mode of communication with the ...
1
vote
2answers
75 views
Is it possible to make a high level compiled language?
I'm a relatively beginner programmer, who has done some Visual Basic, Python, and recently started looking into Java or C++ for a faster language. The main reason for these languages being faster ...
1
vote
3answers
118 views
Best high-level language to call Fortran subroutines from?
I was wondering which high-level langunage allows the easiest manner in which to call Fortran subroutines? I currently use MATLAB and calling MEX files seems to be relatively complicated compared to ...
1
vote
2answers
87 views
Higher than high-level web frameworks or CMS's?
I'm looking for options that allow very high-level web site development with these special characteristics:
not requiring the user to program in a complex programming language
not requiring the user ...
1
vote
3answers
235 views
Is there a high level language with an interpreter, dynamic compiler and static compiler(e.g. like the c++ compiler) along with a multimedia library?
The interpreter and dynamic compiler would be for testing/prototyping and when im done testing i use the static compiler.
1
vote
4answers
287 views
Any high-level, hardware-accelerated 3D engine?
I am programming in Flash for a long-time. It is interesting that most of the things, including open source libraries, are very high-level in the Flash world. It is great because we can build things ...
0
votes
1answer
331 views
High Level Design Document [closed]
I have to design high level design document for an Enterprise Application. Can any one please guide what are the things that a high level design doc should consist of.
I have searched for this google ...
0
votes
0answers
75 views
Getting HLA to work with RadASM
I wanted to try some high level assembly on my Win7 machine. SO I downloaded HLA and added the directory to the PATH. I downloaded RadASM, but I dont know what to do from this point. I dont know what ...
0
votes
2answers
432 views
UML High Level Class Diagram
can somebody please explains what is a high level class diagram. As far as I know class diagram shows the association between the classes but what about high level class diagram??
0
votes
1answer
48 views
High-level server library for sharing data over network
I'd like to implement something similar to Etherpad - an online collaboration program.
Do you know of a library for the server that takes care of incoming connections, manages a user list and ...
0
votes
5answers
162 views
High-level level language for image processing
My final year project group is planning to build a real time application with neural network support and need to handle image processing efficiently, Any language suggestions would be very much ...
0
votes
2answers
116 views
What application virtual machines are written in high level languages?
What application virtual machines are out there that are written in higher level languages? C/C++ looks like the languages of choice (for obvious reasons).
What I have found on google is at least ...
-1
votes
1answer
64 views
Quick/short explanation of each of the J(2)EE component. I'm a Project Manager [closed]
I'm a project manager. I don't need a detailed explanation, but I do need a high level description of the different J(2)EE components so that I'm not completely dumb to the concepts.
As such, can ...
-1
votes
3answers
71 views
What's the highest level (of abstraction) non-Web network programming tools available? [closed]
I'm not looking for web services, neither low level things like Sockets. I want to know if there's something really easy to use in network programming.
What's the highest level (of abstraction) ...