y_nelson 2.1.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -65,7 +65,7 @@
65
65
  \begin_body
66
66
 
67
67
  \begin_layout Title
68
- Hands-on Tutorial to YNelson
68
+ Introduction to YNelson (hands-on tutorial)
69
69
  \end_layout
70
70
 
71
71
  \begin_layout Part*
@@ -324,32 +324,37 @@ irb
324
324
  \end_layout
325
325
 
326
326
  \begin_layout Standard
327
- And why bother learning Ruby syntax and
328
- \family typewriter
329
- YNelson
330
- \family default
331
- ? Half-jokingly,
327
+ If you want to
328
+ \emph on
329
+ seriously
330
+ \emph default
331
+ work with
332
+ \emph on
333
+ complicated
334
+ \emph default
335
+ Petri Nets, no tool can avoid taking you through the process of learning
336
+ the object model, interface and syntax of the language in which the interface
337
+ is accessed.
338
+ GUI tools can be used for simpler tasks (such as drawing arcs between places
339
+ and transitions), but no tool can avoid using a real script language for
340
+ the difficult parts, such as functions of the transitions.
341
+ To operate
332
342
  \family typewriter
333
343
  YNelson
334
344
  \family default
335
- is
336
- \emph on
337
- The Simplest Way To Work With Complicated Petri Nets
338
- \emph default
339
- ™.
340
- Petri net software at higher development stage, or written for a different
341
- purpose than
345
+ , you will be learning powerful and intuitive syntax of a major scripting
346
+ language.
347
+
342
348
  \family typewriter
343
349
  YNelson
344
350
  \family default
345
- , does exist.
346
- But none of the programs written for the same purpose as
351
+ is open source and gives you freedom.
352
+ All classes are introspectible and modifiable, even at runtime.
353
+ Possible bugs or missing features never put the
347
354
  \family typewriter
348
355
  YNelson
349
356
  \family default
350
- can avoid taking the user through the process of learning the interface.
351
- Advantages of using textual DSL become apparent as soon as the user's models
352
- become less simple.
357
+ user in a dead end situation.
353
358
  \end_layout
354
359
 
355
360
  \begin_layout Part*
Binary file
data/LICENSE.txt CHANGED
@@ -671,5 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671
671
  may consider it more useful to permit linking proprietary applications with
672
672
  the library. If this is what you want to do, use the GNU Lesser General
673
673
  Public License instead of this License. But first, please read
674
- <http://www.gnu.org/philosophy/why-not-lgpl.html>.
675
-
674
+ <http://www.gnu.org/philosophy/why-not-lgpl.html>.