formal-semantics Questions

1

Solved

I was told that Rust has a semantics in affine logic -- so one has deletion/weakening but not duplication/contraction. The following compiles: fn throw_away<A, B>(x: A, _y: B) -> A { x } ...
Aileneaileron asked 11/5, 2021 at 21:54

4

Solved

I'm reading a very silly paper and it keeps on talking about how Giotto defines a "formal semantics". Giotto has a formal semantics that specifies the meaning of mode switches, of intertask comm...
Alumina asked 28/2, 2010 at 23:27

3

Solved

I have been reading about formal verification and the basic point is that it requires a formal specification and model to work with. However, many sources classify static analysis as a formal verif...
Ruhnke asked 21/2, 2016 at 7:22

5

Solved

I am tasked with learning PHP, but there are many things I don't understand. For example, the concept of "variable functions" is not one I've seen anywhere else. There are many other examples, but ...
Dovelike asked 15/12, 2013 at 14:39

1

Solved

I am a bit confused on the concept of denotational semantics. As I understand, denotational semantics are supposed to describe how functions and expressions work in a particular programming languag...
Rome asked 15/10, 2013 at 20:12

1

Solved

This is a problem that's been nagging at me for some time, and I wonder if anyone here can help. I have a PLT Redex model of a language called lambdaLVar that is more or less a garden-variety unty...
Keratoid asked 3/4, 2013 at 23:43

2

Solved

Apologies for my poor expression of this question, I'm not sure I have the vocabulary to ask it appropriately. I've written (very recently) something akin to ⟦let x = x in x⟧ = ⊥ but really I'm...
Imidazole asked 5/2, 2013 at 22:30

6

Solved

Many programming languages share generic and even fairly universal features. For example, if you compared Java, VB6, .NET, PHP, Python, then you would find common functions such as control structur...
1

© 2022 - 2024 — McMap. All rights reserved.