scrambled
Home//Concepts/Autoboxing
scrambled
Overviewjust now
154
2
4
1082
3
2
24
633
Dimensional inference rule formatjust nowAbstract binding graphjust nowAbstract binding tree abtjust nowAbstract binding tree abt valence abstractorjust nowAbstract data typejust now
408
11
4
Overviewjust now
154
2
4
1082
3
2
24
633
Dimensional inference rule formatjust nowAbstract binding graphjust nowAbstract binding tree abtjust nowAbstract binding tree abt valence abstractorjust nowAbstract data typejust now
408
11
4
Concept

Autoboxing

Modified just now
JourneyProgramming Language Theory Statuslearning Tags
  • language-feature-design
  • runtime
  • semantics

Example:

tsx
const primNum: number = 3;

console.log(
	primNum.toString() // primNum is implicitly converted to `Number`
);
Previous in ConceptsAst rewritingNext in Concepts Automated theorem prover
JourneyProgramming Language Theory
Statuslearning
Tags
  • language-feature-design
  • runtime
  • semantics