●●●●TCL/TKなら俺に聞け 4●●●● (541レス)
上下前次1-新
抽出解除 レス栞
66: 2013/10/29(火)04:07:07.23 AAS
Pascal/Tk
130: 2015/02/05(木)00:11:07.23 ID:MP3bROrQ(1/2) AAS
>>129
ウィンドウ
200: 2017/02/18(土)00:38:42.23 ID:AobYyoSr(1) AAS
A | B | C
のようなコマンド(プロセス)のパイプは、
正常値かエラーか、タイムアウトしかない
209: 2017/09/29(金)11:09:09.23 ID:/1pN5XFr(1) AAS
GJ
212: 本田 2017/10/15(日)01:03:56.23 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.
467(1): 2022/01/17(月)13:14:40.23 ID:OGoMBcpZ(1) AAS
>>466
[ generic/tclEncoding.c ]
Tcl_FindExecutable(
const char *argv0) /* The value of the application's argv[0]
* (native). */
{
TclInitSubsystems();
TclpSetInitialEncodings();
TclpFindExecutable(argv0);
}
・TclInitSubsystems は Tcl_CreateInterpでもコールされているので二度手間
・Tcl_FindExecutable のコールで内部エンコーディングがセットされているなんて分かりにくい
ユーザーとしては Tcl_SetSystemEncoding を使う方が意図が明らかで良いと思いました
// Tcl_FindExecutable(NULL);
Tcl_Interp *tcl = Tcl_CreateInterp();
Tcl_SetSystemEncoding(NULL, "utf-8"); // 環境変数を見に行かなくても決め打ちで良いでしょう
上下前次1-新書関写板覧索設栞歴
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ
ぬこの手 ぬこTOP 0.020s