Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:getting_started [2015/04/28 15:21] gkazhoyadoc:getting_started [2022/02/07 11:52] (current) gkazhoya
Line 6: Line 6:
  
   * To learn how to comfortably use the recommended development environment, check the [[ide|Setup and IDE]] page, which describes the main software components of the development environment, how to set them up and how to use them.   * To learn how to comfortably use the recommended development environment, check the [[ide|Setup and IDE]] page, which describes the main software components of the development environment, how to set them up and how to use them.
 +
 +  * To get a very quick crash course in Lisp, check the commands [[doc:getting_started:lisp_crash_course|here]].
  
   * If you are looking to acquire hands-on experience with CRAM, look through the [[../tutorials|Tutorials]]   * If you are looking to acquire hands-on experience with CRAM, look through the [[../tutorials|Tutorials]]
Line 12: Line 14:
  
   * To broaden your background knowledge on Robotics, AI, Planning and Lisp consult the [[links|Links]] page.   * To broaden your background knowledge on Robotics, AI, Planning and Lisp consult the [[links|Links]] page.
 +
 +  * Before starting to write your own CRAM packages skim through the [[http://cram-system.org/doc/guidelines|Programming Guidelines]] page.