Edit
Attach
Printable
topic end
<!-- * Set TOPICTITLE = #define private public - Claus Brod on stuff (August 2009) --> <style type="text/css"> pre {background-color:#ffeecc;} </style> %TOC% %STARTINCLUDE% %INCLUDE{DefinePrivatePublic20090831AndAction}% %INCLUDE{DefinePrivatePublic20090828PackageRiddle4}% %INCLUDE{DefinePrivatePublic20090825ParadigmsOfArtificialIntelligence}% %INCLUDE{DefinePrivatePublic20090822PackageRiddlePart3}% %INCLUDE{DefinePrivatePublic20090820PackageRiddlePart2}% %INCLUDE{DefinePrivatePublic20090819PackageRiddle}% %STOPINCLUDE% Previous month: Click [[DefinePrivatePublic200907][here]]. <!-- * ELS 2009: * Web applications in Lisp (vs. Java) * Other presentations * Reini Urban * Intel chipset issues: http://cocreateusers.org/forum/showthread.php?t=7291; relate to DefinePrivatePublic20090715NiceAndSlow * "This application has requested the Runtime to terminate it in an unusual way", R6034 - http://twiki.ptcnet.ptc.com/Users/Claus/BlogJanuary2007#25_January_2007 * Single selection to multiple selection "converter" * http://www.dumpanalysis.org/blog/index.php/2007/05/20/custom-postmortem-debuggers-on-vista/ * http://support.microsoft.com/kb/931673 * http://www.microsoft.com/downloads/details.aspx?FamilyID=E089CA41-6A87-40C8-BF69-28AC08570B7E&displaylang=en (user-mode dumper) * http://blogs.technet.com/askperf/archive/2007/06/15/capturing-application-crash-dumps.aspx * Common Lisp at CoCreate: * sd-defdialog and how it implements a DSL * IKIT * Origins of our implementation * Using OSMPE to play with our Lisp implementation (defmacro with-muted-function(function &rest body) (let ((old-function (gensym))) `(let ((,old-function (symbol-function ',function))) (unwind-protect (progn (setf (symbol-function ',function) #'(lambda(&rest args) t)) ,@body) (setf (symbol-function ',function) ,old-function))))) Dialogs and action routines are special beasts * (set_pers_context "Toolbox-Context" extrude) - http://ww3.cad.de/foren/ubb/Forum92/HTML/000548.shtml * sd-defdialog builds on defaction * defaction produces an state-machine interpreter which prompts for/checks/accepts user input * ARs symbols carry special flags/properties * When eval detects an AR property, it will trigger the state machine right away * Qualified/unqualified usage of ARs * DefinePrivatePublic20090620CommonLispInCoCreateModeling * http://www.hpl.hp.com/hpjournal/95oct/oct95a7.htm * http://twiki.ptcnet.ptc.com/Users/Claus/ActionRoutineImplementationDetails * "Funny differences" between ARs and Lisp functions: * =print= errors out, =extrude= doesn't * =(print)= doesn't prompt * =(print extrude)= * Official/IKIT term for AR? Command? Excel lesen und schreiben via Lisp/COM -->
to top
End of topic
Skip to action links
|
Back to top
Edit
|
Attach image or document
|
Printable version
|
Raw text
|
Refresh
|
More topic actions
Revisions: | r1.10 |
>
|
r1.9
|
>
|
r1.8
|
Total page history
|
Backlinks
You are here:
Blog
>
DefinePrivatePublic200908
r1.10 - 31 Aug 2009 - 07:14 -
ClausBrod
to top
Blog
This site
2017
:
12
-
11
-
10
2016
:
10
-
7
-
3
2015
:
11
-
10
-
9
-
4
-
1
2014
:
5
2013
:
9
-
8
-
7
-
6
-
5
2012
:
2
-
10
2011
:
1
-
8
-
9
-
10
-
12
2010
:
11
-
10
-
9
-
4
2009
:
11
-
9
-
8
-
7
-
6
-
5
-
4
-
3
2008
:
5
-
4
-
3
-
1
2007:
12
-
8
-
7
-
6
-
5
-
4
-
3
-
1
2006:
4
-
3
-
2
-
1
2005:
12
-
6
-
5
-
4
2004:
12
-
11
-
10
C++
CoCreate Modeling
COM & .NET
Java
Mac
Lisp
OpenSource
Scripting
Windows
Stuff
Changes
Index
Search
Maintenance
Impressum
Datenschutzerklärung
Home
Webs
Atari
Blog
Claus
CoCreateModeling
Klassentreffen
Main
Sandbox
Sommelier
TWiki
Xplm
Jump:
Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback