結構何度も書き直してしまう関数のバインダ周りなんですが、また書き直してます。 これまでの記述方法でも書けるのですが、次のような新記法も追加することになりました。 XTAL_BIND(Vector){ Xdef_method(normalize); // このような、もっと簡単な記述方法の追加 Xdef_method(length); } また、引数の最後をArguments* または const ArgumentsPtr& とすることで、簡単に可変引数を受け取れるようになりました。 たとえばluaでは、数学系の関数をluaから使いたいという場合、 lua_State *L = lua_open(); luaopen_math(L); というように、luaopen_math()を呼ぶ必要があります。これはsquirrelでもそうだったはずです。 使わないライブラリでメモリを圧迫しないようにで

Const olFolderContacts = 10 SetOutlook =CreateObject("Outlook.Application") Set Fs =CreateObject("Scripting.FileSystemObject") Set ts = Fs.CreateTextFile("Address.lst") For Each oItem InOutlook.GetNamespace("MAPI").GetDefaultFolder(olFolderContacts).Items If oItem.Email1Address<>"" Then ts.WriteLine oItem.Email1Address & vbTab & oItem.FullName End If If oItem.Email2Address<>"" Then ts
Overview - What doesit looks like? - License - Development state - Work in progress - Documentation - Download - Questions & feedback - Wiki - Forum - Author - Overview Squirrel is a high level imperative/OOprogramming language, designed to be a powerful scripting tool that fits in the size, memorybandwidth, and real-time requirements of applications like games. Although Squirrel offers a
1リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く