Skip to main content

Questions tagged [programming-languages]

Questions related to design, implementation, and analysis of programming languages. NOT for questions about how to program, which are off-topic on this site.

0 votes
0 answers
27 views

I am currently trying to understand the IC3/PDR algorithm. My intuitive understanding is that in each iteration, IC3 tries to find a counterexample $c$ (which is a single, concrete state) such that $c ...
BlockchainThomas's user avatar
0 votes
0 answers
56 views

I'm looking at translations to and from APL, which has right-to-left evaluation and no operator precedence. Is there a known algorithm to minimize parentheses usage when keeping the same operators for ...
Gabi's user avatar
  • 123
3 votes
2 answers
186 views

Is there any research on or at least formulation of the concept of "fixed points of bugs"? That is, suppose we have an implementation $I$ (e.g., a compiler or interpreter) of a programming ...
Shiho Miyano's user avatar
2 votes
1 answer
262 views

I saw the following paragraph in a data modeling article: Semantics relates to the study of references, specifically describing the real meaning between symbols or words. In computer science, ...
Kt Student's user avatar
2 votes
2 answers
356 views

Linus Torvalds has famously attacked the object-oriented language C++, but he didn't offer many specifics about why, besides saying C++ uses "inefficient abstracted programming models". What ...
Geremia's user avatar
  • 224
1 vote
0 answers
85 views

is there any official or unofficial site dedicated to errata on this book ? This book was published in 1993 and is still prominent in the subject it discusses. No other editions , only one edition. ...
Aditya Mishra's user avatar
-4 votes
1 answer
111 views

How to write a Python Program for the following condition: Let me explain how I tried to write the code. $a=$ int$($input$($'enter the first integer between $1$ and $9$'$))$ $b=$ int$($input$($'enter ...
user avatar
0 votes
0 answers
72 views

In the paper Practical type inference for arbitrary-rank types, the covariance and contravariance rules are essential when dealing with function types. Covariance applies to the return types of ...
SDSD's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
68