Extension Language Kit - определение. Что такое Extension Language Kit
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Extension Language Kit - определение

FREE SCHEME IMPLEMENTATION
ELK (Scheme implementation)

Extension Language Kit         
<language> (Elk) A Scheme interpreter by Oliver Laumann <net@cs.tu-berlin.de> and Carsten Bormann <cabo@cs.tu-berlin.de> of the {Technical University of Berlin}. Elk was designed to be used as a general extension language. New types and primitive procedures can easily be added. It has first-class environments, dynamic-wind, fluid-let, macros, autoloading and a dump. It provides interfaces to Xlib, Xt and various widget sets; dynamic loading of extensions and object files; almost all artificial limitations removed; generational/{incremental garbage collector}; Unix system call extensions; Records (structures) and bit strings. Version: 2.2 is mostly R3RS compatible and runs on Unix, Ultrix, VAX, Sun-3, Sun-4, 68000, i386, MIPS, {IBM PC RT}, RS/6000, HP700, SGI, Sony, MS-DOS (gcc+DJGPP or go32). {Germany (ftp://ftp.fu-berlin.de/pub/Unix/languages/scheme/elk-2.2.tar.gz)}. US (ftp://ftp.x.org/contrib/elk-2.2.tar.gz). {US (ftp://gatekeeper.dec.com/pub/comp.sources.misc/volume8/elk)}. (1994-12-15)
Extension Language Kit         
Extension Language Kit (ELK) is a free Scheme implementation which is embeddable in C and C++ programs, but can also be used as a stand-alone Scheme interpreter. It is available under a custom permissive license for any use, commercial or noncommercial.
Group extension         
  • Figure 1
GROUP FOR WHICH A GIVEN GROUP IS A NORMAL SUBGROUP
Extension problem; Extension (algebra); Split extension; Extension of a group; Central extension (mathematics)
In mathematics, a group extension is a general means of describing a group in terms of a particular normal subgroup and quotient group. If Q and N are two groups, then G is an extension of Q by N if there is a short exact sequence

Википедия

Extension Language Kit

Extension Language Kit (ELK) is a free Scheme implementation which is embeddable in C and C++ programs, but can also be used as a stand-alone Scheme interpreter. It is available under a custom permissive license for any use, commercial or noncommercial.

Elk was written by Oliver Laumann and Carsten Bormann to provide an Extension Language for the development of large C++-based systems such as the ODA document editor ISOTEXT and the videoconferencing system TELES.VISION. It was inspired by the Lisp interpreter in Emacs and has in turn helped inspire developers of other dynamic language interpreters such as Matz' Ruby Interpreter.

In 2005 Sam Hocevar became the current maintainer of the Elk scheme project, merging contributed patches and fixing known bugs.