CINT

http://dbpedia.org/resource/CINT an entity of type: Person

CINT is a command line C/C++ interpreter that was originally included in the object oriented data analysis package ROOT. Although intended for use with the other faculties of ROOT, CINT can also be used as a standalone addition to another program that requires such an interpreter. In 2013, CERN switched to the Cling C++ interpreter, so CINT is now distributed standalone by the author. As an alternative to CINT, ROOT also provides Cling which is an REPL application using LLVM's Clang as a C++ JIT compilation environment. rdf:langString
CINT — это интерпретатор командной строки для C/C++, включённый в объектно-ориентированный пакет анализа данных ROOT (CERN). Хотя он предназначался для использования с возможностями ROOT, CINT также может быть использован как отдельный компонент любой программы, требующей подобного интерпретатора. Проект начат в 1991 году Masaharu Goto. rdf:langString
rdf:langString CINT
rdf:langString CINT
rdf:langString CINT
xsd:integer 1060511
xsd:integer 1093282428
rdf:langString CINT is a command line C/C++ interpreter that was originally included in the object oriented data analysis package ROOT. Although intended for use with the other faculties of ROOT, CINT can also be used as a standalone addition to another program that requires such an interpreter. In 2013, CERN switched to the Cling C++ interpreter, so CINT is now distributed standalone by the author. CINT is an interpreted version of C/C++, much in the way BeanShell is an interpreted version of Java. In addition to being a language interpreter, it offers certain Bash-like shell features such as history and tab-completion. To accomplish the latter, it relies heavily on the reflection support built into ROOT. User classes that follow these interfaces may also take advantage of these features. The language originally interpreted by CINT was actually something of a hybrid between C and C++, covering about 95% of ANSI C and 85% of C++. The syntax, however, is a bit more forgiving than either language. For example, the operator -> can be replaced by . with only an optional warning. In addition, statements on the command line do not need to end with a semi-colon, although this is necessary for statements in macros. As an alternative to CINT, ROOT also provides Cling which is an REPL application using LLVM's Clang as a C++ JIT compilation environment.
rdf:langString CINT — это интерпретатор командной строки для C/C++, включённый в объектно-ориентированный пакет анализа данных ROOT (CERN). Хотя он предназначался для использования с возможностями ROOT, CINT также может быть использован как отдельный компонент любой программы, требующей подобного интерпретатора. Проект начат в 1991 году Masaharu Goto. CINT — это такая же интерпретируемая версия C или C++ как и для Java. В дополнение к языковому интерпретатору, он предоставляет некоторые возможности shell сходные с bash, например, историю и . Для реализации возможностей он использует поддержку reflection, встроенную в ROOT. Пользовательские классы, использующие этот интерфейс, могут также использовать описанную функциональность. Языковой интерпретатор CINT фактически является гибридом между C и C++, поддерживающий, приблизительно, 95 % ANSI C и 85 % C++. Тем не менее, синтаксис более упрощён, нежели в самих языках. Например, оператор -> может быть заменён на . ценой опционального сообщения об ошибке. К тому же выражения в командной строке могут не оканчиваться на точку с запятой, несмотря на то, что это обязательное требование для макросов.
xsd:nonNegativeInteger 2349

data from the linked data cloud