Geometry.Net - the online learning center
Home  - Basic_S - Sather Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 5     81-95 of 95    Back | 1  | 2  | 3  | 4  | 5 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

81. Sather From Linkspider UK Computing Directory
sather Article in The Free Online Dictionary of Computing. sather-W -32 bit Windows sather, minor dialect. Hello, World program - sather.
http://linkspider.co.uk/Computers/Programming/Languages/Sather/
Match » -All words -Any word -Exact text Search » The Web Jobs / Vacancy Images / Photos FTP / Downloads United Kingdom United States of America Argentina Austria Australia Bangladesh Belgium Bolivia Brazil Bulgaria Canada Chile China Cuba Cyprus Czech Republic Czechoslovakia Denmark Dominican Republic Ecuador Egypt Estonia Finland France Germany Ghana Greece Hong Kong Hungary Iceland India Indonesia Ireland Israel Italy Japan Jordan Kenya Kuwait Latvia Lithuania Luxembourg Malaysia Malta Mexico Moldavia Monaco Morocco Mozambique Nepal Netherlands New Zealand Nicaragua Nigeria North Korea Norway Pakistan Panama Paraguay Peru Philippines Poland Portugal Qatar Romania Russian Federation Saudi Arabia Singapore South Africa South Korea Spain Sri Lanka Sweden Switzerland Taiwan Tanzania Thailand Tunisia Turkey Ukraine United Arab Emirates Uruguay Venezuela Yemen Yugoslavia Zambia Zimbabwe Ranking » On (no duplicate) Off (allow duplicate) Add my Site Toolbar Affiliates
Directory Topic Sather linked to Computing
Directory Tree: Top Computers Programming Languages : Sather (

See Also:

82. NodeWorks - Programming: Languages: Sather
in entire NodeWorks Directory. thumbnail, 3. Hello, World program sather.
http://dir.nodeworks.com/Computers/Programming/Languages/Sather/
in entire NodeWorks Directory in Computers in Programming in Languages in ++ Sather Top Computers Programming Languages Sather Sather is an object oriented language designed to be simple, efficient, safe, flexible and non-proprietary. One way of placing it in the "space of languages" is to say that it aims to be as efficient as C, C++, or Fortran, as elegant as and safer than Eiffel, and support higher-order functions and iteration abstraction as well as Common Lisp, CLU or Scheme.
  • Cetus Links: Sather Introduction to the language and links to related resources. GNU Sather Official GNU Sather site. Hello, World program Sather Sather Article in The Free Online Dictionary of Computing. Sather Object oriented language. Sather FAQ Frequently Asked Questions about Sather. Sather-K A Sather dialect, omitting all "unneeded" constructs for efficiency and ease of learning. Sather/Gtk Sather GTK+ toolkit The Karlsruhe Library of Algorithms and Data Structures (Karla) An object-oriented library of data structures and algorithms designed for reuse for Sather-K. The Online Sather Code Browser By Ben Gomes. Sather standard library browser.
  • 83. CS267: Programming With PSather
    and code inclusion in sather are discussed in the ICSI technical report TR 93064``Engineering a programming Language The Type and Class System of sather, .
    http://http.cs.berkeley.edu/~demmel/cs267/pSather_lecture.html
    CS267: Feb 13, 1996
    Programming with pSather
    Sather is an object oriented language designed to be simple, efficient, safe, and non-proprietary. Sather was developed at the International Computer Science Institute , a research institute affiliated with the computer science department of University of California at Berkeley. It was first introduced in 1991. Since then, considerable practical experience has been obtained with the language by the hundreds of users making up the Sather community. Sather offers many safety and convenience features to help programmers avoid common errors and reuse code. Sather has garbage collection, statically-checked strong (contravariant) typing, multiple inheritance, separate implementation and type inheritance, parameterized classes, dynamic dispatch, iteration abstraction, higher-order routines and iters, exception handling, assertions, preconditions, postconditions, and class invariants. pSather, the parallel and distributed extension of Sather, presents a shared memory abstraction to the programmer while allowing explicit placement of data and threads. pSather adds threads and synchronization mechanisms to the language. Even though pSather programs can run on distributed computer systems, they offer shared memory abstraction across all threads Serial Sather has been ported to almost any Unix platform, as well as Macinstosh and PCs. The Sather and pSather compilers are now integrated and distributed jointly. The current version of pSather compiler is known to run on

    84. Survey Of Object Oriented Programming Languages
    Omohundro96 Omohundro, Stephen ``The sather language Efficient, Interactive, ObjectOrientedProgramming http//www.icsi.berkeley.edu/~sather/Publications
    http://www.rescomp.berkeley.edu/~hossman/cs263/paper.html
    Survey of Object Oriented Programming Languages
    Chris Hostetter
    hoss
    Introduction
    This paper was intended as a learning experience for the author, in an attempt to better understand the history and development of Object Oriented Programming Languages. The research involved in this paper began with a variety of papers which dealt with the definition of ``Object Oriented'' and from there spread out into several historic papers on the origins of Object Oriented Programming in Simula and Smalltalk. Further reading involved mainstream reference material on many of the more widely used Object Oriented Languages, in addition to historic documents on their design and development. Due to time constraints, this paper never achieved the scope that the author had intended for it, and much of the research done is not reflected in these pages. This paper only attempts to look at the meaning of ``Object Oriented'' as a property of Programming Languages, as well as to examine the history, and features of eight particular Object Oriented Languages. It is divided into four sections:
  • Introduction: This section.
  • 85. Sather Home Page
    sather is an object oriented language designed to be simple, efficient, safe,flexible and nonproprietary. General information. The features of sather.
    http://www.icsi.berkeley.edu/~sather/
    Sather is an object oriented language designed to be simple, efficient, safe, flexible and non-proprietary. One way of placing it in the "space of languages" is to say that it aims to be as efficient as C, C++, or Fortran, as elegant as and safer than Eiffel, and support higher-order functions and iteration abstraction as well as Common Lisp, CLU or Scheme. Note: Sather has now been converted to the GPL/LGPL licence. This last release from ICSI is available here . It is essentially a re-release of 1.2 beta, for the purpose of changing the licence. Continuing development of Sather may be found at the GNU site . Thanks to Norbert Nemec for making this happen!
    General information The features of Sather The Sather 1.1 manual and specification Publications related to Sather. pSather , the distributed language extension. Search these pages (at ICSI) with glimpse Getting started Get the free Sather compiler, libraries and browser from ICSI Frequently asked questions about Sather. Documentation and Tutorials The Sather Library Try asking questions in comp.lang.sather

    86. Sather - OneLook Dictionary Search
    Never stop learning! OneLook is sponsored in part by KnowledgeNews. KnowledgeNews brings the fascinating world of history, science, and culture right to your inbox every weekday. Click here to become
    http://www.onelook.com/cgi-bin/cgiwrap/bware/dofind.cgi?word=Sather

    87. Dynamic Languages
    sather programs can be compiled into portable C code and can efficientlylink with C object files. The sather Team (sather@icsi.berkeley.edu),
    http://www.dylanpro.com/
    Language Description Platforms Common Lisp See either Common Lisp the Language, 2nd Edition or Common Lisp HyperSpec (tm) for a reference. The Association of Lisp Users has almost any other information you could want. Dylan "Dylan is a general-purpose high-level programming language, designed for use both in application and systems programming. Dylan includes garbage collection, type-safety, error recovery, a module system, and programmer control over runtime extensibility of programs." DRM-TR "Dylan combines the major efficiency advantages of static languages (C/C++, Pascal) with the flexibility advantages of dynamic languages (Scheme, Smalltalk)."
    Steve Strassmann, PhD
    straz@apple.com
    • Mac
        Apple Dylan MacMarlais MacMindy Thomas
      Win dows 95/NT
        Harlequin Dylan CMU Mindy CMU d2c
      UNIX
        CMU Mindy CMU d2c Marlais
      Smalltalk Smalltalk is usually what most people are talking about when they refer to Object Oriented. For an introduction into Smalltalk see

    88. Computer Languages History
    sather Snobol Snobol4 Resources by Phil Budne; Introduction to SNOBOL ProgrammingLanguage by Mohammad Noman Hameed; Snobol4. Tcl/Tk Tcl/Tk Information.
    http://www.levenez.com/lang/
    Computer Languages History
    Computer Languages Timeline
    Below, you can see the preview of the Computer Languages History (click on the white zone to get a bigger image):
    There is only languages listed in my chart, if you don't find "your" language, see The Language List of Bill Kinnersley (he has listed more than languages).
    If you want to print this timeline, you can download one of the following files: Printer using A4 paper Printer using Letter paper Plotter If you have some problem
    with the EPS file, look here
    Here is the ChangeLog of this history.
    If you have put this diagram on the wall of your office and have taken a photo of it, please send me a copy and I'll put it on this page
    Note : I have now a page where I explain how I build this chart. O'REILLY has published a color version of The History of Programming Languages ABC :
    Ada :
    Algol :
    AWK :

    89. FAQTs - Knowledge Base - Faqts : Computers : Programming : Languages : Sather
    My Recent Searches All of FAQTs, FAQTs repaired updated! Thanksfor your patience
    http://www.faqts.com/knowledge_base/index.phtml/fid/1430
    Home My Faqts Contributors About ... Languages : Sather My Recent Searches All of FAQTs faqts Knowledge Base Sather Folder
    Thanks for your patience... Folders Add Folder Alert Manage Folder Manage Links
      There are no folders in this category
    Questions Share Your Knowledge Ask a Question
      There are no questions in this folder.
      Its subfolders may contain questions.

    Unanswered Questions
      There are no unanswered questions in this folder.
      Its subfolders may contain unanswered questions.

    Synop Pty Ltd

    90. Sather-K Home Page
    German Version satherK. sather-K is a modern object-oriented, imperative programminglanguage that is appropriate for use in teaching, research, and industry.
    http://i44www.info.uni-karlsruhe.de/~sather/index_engl.html
    German Version
    Sather-K
    Sather-K is a modern object-oriented, imperative programming language that is appropriate for use in teaching, research, and industry. The language has its origin in Eiffel. However, the design objective of Sather-K was to get rid of all unnecessary constructions in the language. The result was a language that is easy to learn and especially efficient in translation and execution. Language report:
    HTML
    and PostScript Sather-K integrates all features of the object-oriented paradigm. Classes can implemented as generic, they can be embedded in hierarchical structures (by subtyping), and they can reuse parts of other classes. The concept of streams gives the opportunity of easy navigation through highly pretty complex data structures. Sather-K is type save, i.e. a lot of errors can be detected (and removed) at compile time and do therefore not occur at runtime as in other languages. The Sather-K compiler is available on several machines, e.g. on IBM-compatible PCs and SUN-workstations. Compilers for other platforms are released soon. Because of the introduction of innovative optimizing- and code generation techniques our compiler generates high efficiency code tuned for the particular target machine. Sather-K programmers are supported by a huge and reliable library of prepared classes. The

    91. Wiki4D: OtherLanguages
    class invariants. sather programs can be compiled into portable C codeand can efficiently link with C object files. ICSI maintains
    http://www.prowiki.org/wiki4d/wiki.cgi?OtherLanguages

    92. Sather Up Here Update!
    e. I am starting on a textbook tutorial on sather for my third year system programmingcourse next year - based on notes I issued this year which were too
    http://mail.gnu.org/archive/html/info-sather/2000-11/msg00001.html
    info-sather Top All Lists Advanced Date Prev ][Date Next][ Thread Prev ][Thread Next][ Date Index Thread Index
    Sather up here update!
    From Keith Hopper Subject Sather up here update! Date Sun, 19 Nov 2000 12:35:21 +1300 User-agent Pluto/2.02b (RISC-OS/4.02) POPstar/2.02 reply via email to
    Prev in Thread
    Current Thread [Next in Thread]

    93. Sather Definition Of Sather In Computing. What Is Sather? Meaning Of Sather Comp
    sather. Word Word. (language), sather /Say-ther/ (Named after the sather Towerat UCB, as opposed to the Eiffel Tower).
    http://computing-dictionary.thefreedictionary.com/Sather
    Dictionaries: General Computing Medical Legal Encyclopedia
    Sather
    Word: Word Starts with Ends with Definition (language) Sather - /Say-ther/ (Named after the Sather Tower at UCB , as opposed to the Eiffel Tower).
    An interactive object-oriented language designed by Steve M. Omohundro at ICSI in 1991. Sather has simple syntax , similar to Eiffel , but it is non-proprietary and faster.
    Sather 0.2 was nearly a subset of Eiffel 2.0, but Sather 1.0 adds many distinctive features: parameterised class es, multiple inheritance , statically-checked strong typing garbage collection . The compiler generates C as an intermediate language. There are versions for most workstation s.
    Sather attempts to retain much of Eiffel 's theoretical cleanliness and simplicity while achieving the efficiency of C++ . The compiler generates efficient and portable C code which is easily integrated with existing code.
    A variety of development tools including a debugger and browser based on gdb and a GNU Emacs development environment have also been written. There is also a class library with several hundred classes that implement a variety of basic data structures and numerical, geometric, connectionist, statistical, and graphical abstractions. The authors would like to encourage contributions to the library and hope to build a large collection of efficient, well-written, well-tested classes in a variety of areas of computer science.

    94. [Mesa-dev] Re: [Mesa-bug] A Memory Bug?

    http://www.mail-archive.com/mesa-bugs@mesa3d.org/msg00128.html
    mesa-bugs
    Chronological Find Thread
    [Mesa-dev] Re: [Mesa-bug] A memory bug?
    • From: Brian Paul
    • Subject: [Mesa-dev] Re: [Mesa-bug] A memory bug?
    • Date: Sat, 2 Jan 1999 19:52:10 -0800
    http://lists.mesa3d.org/mailman/listinfo/mesa-bug http://lists.mesa3d.org/mailman/listinfo/mesa-dev

    95. [Mesa-dev] [Mesa-bug] A Memory Bug?

    http://www.mail-archive.com/mesa-bugs@mesa3d.org/msg00127.html
    mesa-bugs
    Chronological Find Thread
    [Mesa-dev] [Mesa-bug] A memory bug?
    • From: Jean-Pierre Dussault
    • Subject: [Mesa-dev] [Mesa-bug] A memory bug?
    • Date: Sat, 2 Jan 1999 18:17:06 -0800
    http://lists.mesa3d.org/mailman/listinfo/mesa-bug http://lists.mesa3d.org/mailman/listinfo/mesa-dev

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 5     81-95 of 95    Back | 1  | 2  | 3  | 4  | 5 

    free hit counter