Korea Tcl/Tk Community | Tcl radically simple.

Tcl로 CGI 구동 하기

admin's picture

이 글은 shriekout님이 작성하신 글 입니다. 최대한 원본을 유지 하였습니다.

Tcl로 CGI를 구동하는 방법에 대한 간단한 정리입니다. 윈도우 XP에서 아파치 서버 하에서 테스트 되었습니다. 서버설치에 대해서는 언급하지 않습니다.

시작하기

#!c:/Tcl/bin/tclsh

Grid를 이용한 간단한 계산기 만들기

admin's picture

이 글은 supermania님이 작성하신 글로, 최대한 원본 유지를 하였습니다.

Intro

TclPro

admin's picture

http://www.tcl.tk/software/tclpro/

The TclPro tool set includes a graphical debugger, a static code checker, a wrapper to generate stand-alone executables, a "compiler" that writes out Tcl byte codes, and a loader that reads byte codes.

MinGW

admin's picture

http://www.mingw.org/
http://sourceforge.net/projects/mingw/

MinGW: A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs.

터틀 그래픽스 패키지 turtle

admin's picture

http://tcltk.co.kr/drupal/index.php?q=node/57
http://tcltk.co.kr/drupal/index.php?q=node/61

터틀 그래픽스(Turtle Graphics)란?

터틀 그래픽스란 커서가 이동한 후 남기는 흔적이 거북이가 모래사장에서 이동하면서 남기는 흔적과 비슷하여 붙여진 이름입니다.

설치