Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
XOTcl is an object-oriented extension for the Tool Command Language. It supports also Metaclasses. Class and method definitions are completely dynamic.The following programming languages provide similar capabilities.
1 Application areas
- Static code analysis
- Parsing
- Compilation
- TranslationTranslation is an activity comprising the interpretation of the meaning of a text in one language — the source text — and the production of another, equivalent text in another language — the target text or translation''. Traditionally, translation has alw
- Code generationIn computer science, the code generation is a compilation stage that outputs machine code in the target language. Code generators usually take intermediate form generated by directly semantic analysis or intermediate code generators. Three address code fo
- Precompiler
- PreprocessorA preprocessor is a program that takes text and performs lexical conversions on it. The conversions may include macro substitution, conditional inclusion, and inclusion of other files. The C programming language has a preprocessor that performs the follow
- PersistencePersistence is the term used in computer science to describe a capability used by a computer programmer to store data structures in non-volatile storage such as a file system or a relational database. Without this capability data structures only exist in-
- Object databaseAn object database (more correctly referred to as ODBMS or OODBMS for Object Database Management System is a DBMS that stores objects as opposed to rows or tuples in respectively a SQL or a RDBMS ( Relational Database Management System). It is most often
- Object serialization
- Interface repository
- Source formatter
- Code beautifier
- Mobile codeIn computer science, mobile code is a general term for any executable software program that is sent via some computer network from one computer to another to be executed at the destination. Mobile code technology essentially encompasses three different pa
- Obfuscator
- Profiler
- Test coverage
- Metaprogramming
- Reflective programming
2 See also
Read more »