●●●●TCL/TKなら俺に聞け 4●●●● (541レス)
1-

201
(1): 2017/03/04(土)20:09 ID:qvg6xl4x(1) AAS
ifやwhileコマンドの第一引数はexprで評価されるので常にブレスで挟んだ方が効率がいい,みたいなことがWikipediaに書いてある.

if [info exists hogehoge] { ... }
if {[info exists hogehoge]} { ... }

Wikipediaに従えば後者のが効率が良いはずだが,括弧が多くなって邪魔臭い.
それとも内部的には処理を最適化して同じ効率だったりするのか.
大したことじゃないが,いつも迷う.
202: 2017/03/05(日)23:08 ID:nindsAFW(1) AAS
バグ防止じゃね
203: 2017/03/06(月)18:16 ID:R4qOQgGq(1) AAS
フン
フン
フン
黒豆よ
204: 2017/07/20(木)19:11 ID:ZZQl41L2(1) AAS
pythonからtk無くなるのはいつ?
205: 本田 2017/09/26(火)23:07 ID:3JGPYe7X(1) AAS
AndroWish allows to run desktop Tcl and Tk programs almost unaltered on the Android Platform
while it opens the door to script a rich feature set of a mobile platform.
外部リンク:www.androwish.org
206
(1): 2017/09/26(火)23:16 ID:HGlCdN70(1) AAS
いまさらレス。
ifはともかくwhileは{}で囲うかどうかで意味が違ってくる。
while [...] {...}
としちゃうと[..]はコマンドを実行した結果がwhileの引数に渡される。
whileの第一引数がループ本体を実行する以前に決定されてしまっている。

while {[...]} {...}
だと[...]という文字列がwhileの引数に渡される。
[...]がループ本体の結果を受けて変化することを期待しているなら後者でしか正常動作しない。
207: 2017/09/28(木)10:19 ID:PJxaABWy(1) AAS
原則を理解しないで上っ面だけ覚えようとするからそうなる
208: 本田 2017/09/29(金)00:06 ID:0ELM3AEs(1) AAS
Tcl/Tk 8.7 is now in alpha development
. Those seeking its new features,
or those invested in keeping their existing Tcl-related work compatible with the next releases of
Tcl and Tk are invited to try and track this development work.
外部リンク[html]:www.tcl.tk
209: 2017/09/29(金)11:09 ID:/1pN5XFr(1) AAS
GJ
210: 本田 2017/10/03(火)00:57 ID:/sf4bemB(1) AAS
Tcl Interpreter in C# Application
外部リンク:wiki.tcl.tk
211: 2017/10/13(金)22:39 ID:JSzbZ2G6(1) AAS
>>206

>>201だけどレスサンクス
質問が悪かったwhileはご指摘の通り勘違い
問題はifのとき
ifではなやむ
212: 本田 2017/10/15(日)01:03 ID:5iehCBRi(1) AAS
tclquadcode
外部リンク:wiki.tcl.tk
Package for compiling Tcl bytecode into LLVM IR (and hence to native code).
Depends on llvmtcl. (Used to depend on tclbdd during the development of some of the compiler reasoning engine;
now removed.) May form the basis for the fastest path of the Tcl execution engine in 9.0;
performance is good, but dependencies are complex.
213: 本田 2017/10/17(火)00:00 ID:KPUGqn7o(1) AAS
The Tcl Tensor package allows for the creation and manipulation of multidimensional numerical arrays.
Formerly known as "Tns".
外部リンク[html]:core.tcl.tk
214: 本田 2017/10/18(水)06:26 ID:b+U1LV46(1) AAS
rattleCAD - Bicycle FrameBuilding CAD - Home
外部リンク:rattlecad.sourceforge.net
rattleCAD is free and a openSource software project.
rattleCAD supports bespoked bicycle frame builders with a fully parametric bicycle model inside.

Design your bicycle - the rattleCAD method (3.4.01.38) - YouTube
動画リンク[YouTube]


[PDF]15th European Tcl/Tk User Meeting - EuroTcl
外部リンク[pdf]:www.eurotcl.tcl3d.org
215: 2017/10/22(日)23:21 ID:URVw1Agy(1/4) AAS
>>168
半導体のデバイス設計ツールのスクリプトがTclなのか知らんが
それと消えるかは別の話
全く他のことに使われてないなら意味がない
216: 2017/10/22(日)23:21 ID:URVw1Agy(2/4) AAS
半導体のデバイス設計ツールのスクリプトがTclなんだよ。
消えようがない

いっちゃうやつきもいね
217: 2017/10/22(日)23:22 ID:URVw1Agy(3/4) AAS
半導体のデバイス設計ツールのスクリプトがTclなんだよ。
消えようがない

とか言っちゃうやつキモいね
218: 2017/10/22(日)23:23 ID:URVw1Agy(4/4) AAS
>>164
じゃあこのスレも必要ないな ^^
219: 2017/10/23(月)02:23 ID:ZPHHOCPL(1) AAS
Xilinxか
220: 本田 2017/10/23(月)21:09 ID:ovIOTrA9(1/2) AAS
Creating Great Programmers with a Software Design Studio - John Ousterhout (Stanford)
動画リンク[YouTube]

221: 本田 2017/10/23(月)21:40 ID:ovIOTrA9(2/2) AAS
外部リンク[tml]:www.tcl.tk
Tcl has become the defacto standard embedded command language for electronic design automation (EDA) and computer-aided design (CAD) applications.
222: 本田 2017/10/24(火)06:28 ID:VOczPTK0(1/3) AAS
Magic VLSI - Open Circuit Design
外部リンク:opencircuitdesign.com
Magic is a venerable VLSI layout tool,
written in the 1980's at Berkeley by John Ousterhout,
now famous primarily for writing the scripting interpreter language Tcl.

Magic VLSI Layout Tutorial - part 1 - YouTube
動画リンク[YouTube]

Magic VLSI Layout Tutorial - part 2 - YouTube
動画リンク[YouTube]

223
(4): 2017/10/24(火)06:37 ID:stiGdUQG(1) AAS
1年も前のレスにアンカーつける人もちょっとキモいですよ
224: 本田 2017/10/24(火)18:43 ID:VOczPTK0(2/3) AAS
BRL-CAD: Open Source Solid Modeling
外部リンク:brlcad.org
[PDF]Introduction to Tcl/Tk - BRL-CAD
外部リンク[pdf]:brlcad.org

BRL-CAD を使ってみる - N->N->N
外部リンク:d.hatena.ne.jp

Discover BRL-CAD - YouTube
動画リンク[YouTube]

MGED / BRL-CAD - YouTube
動画リンク[YouTube]

225: 本田 2017/10/24(火)18:48 ID:VOczPTK0(3/3) AAS
dxf - Tcl/Tk
外部リンク:wiki.tcl.tk
226: 2017/11/09(木)06:39 ID:mLrtizih(1) AAS
tablelistを最近使ってみたんだけど30x20くらいのデータ表示させるとカーソル移動がめちゃくちゃ遅い
tkってwindowsだとエミュレーションのせいで遅い?
227: 2017/11/09(木)09:58 ID:UInw5/Yz(1) AAS
いいえ
228: 2017/12/07(木)00:47 ID:oFA5VMVe(1) AAS
保守
229: [sage] 2017/12/08(金)14:29 ID:6WtIjESa(1) AAS
うむ
230: 2017/12/09(土)21:00 ID:kc8ccggo(1) AAS
9.0はいつでますか?
1-
あと 311 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ

ぬこの手 ぬこTOP 0.917s*