본문으로 바로가기

dictionary 1.0.1

category Tcl & Tk/확장 패키지 (Extension Package) 2025. 8. 27. 10:33

출처 : http://www.purl.org/net/bonnet/pub

 

Tcl 사전 객체를 구현한 패키지입니다.

사전은 함수 인자로 사용되거나 다른 객체 내부에서 활용될 수 있는 배열 객체와 동등합니다. 그 내용은 Tcl 명령어에겐 리스트처럼 보이지만, 내부적으로는 해시와 유사한 방식으로 저장됩니다.

 

Implementation of a Tcl dictionary object type.
A dictionary is equivalent to an array that is a first class object which can be used as proc arguments, inside other objects, etc. It's contents looks like a list to Tcl commands, but internally things are stored similar to a hash.

dictionary.tar.gz
0.05MB

'Tcl & Tk > 확장 패키지 (Extension Package)' 카테고리의 다른 글

Extral 2.1.0  (0) 2025.08.27
tcljudy 1.0.1  (0) 2025.08.27
Oil 0.1.1  (0) 2025.08.27
!include 1.0  (0) 2025.08.26
AtExit 1.0  (0) 2025.08.26