Author Topic: Beginner  (Read 2230 times)

skellington

  • Full Member
  • ***
  • Posts: 27
    • View Profile
Beginner
« on: May 25, 2020, 06:17:26 PM »
if I want to learn something to help me understand attract mode better what should I be trying to learn coding, programming? I just want to have some basic knowledge to customize my theme a little more.

sickle

  • Full Member
  • ***
  • Posts: 65
    • View Profile
Re: Beginner
« Reply #1 on: May 25, 2020, 08:01:10 PM »
I started with this guide to give me a basic idea of how things worked: https://github.com/mickelson/attract/wiki/Introduction-to-Squirrel-Programming

if there's anything you don't understand, reference this: https://github.com/mickelson/attract/blob/master/Layouts.md

and if you want a more in-depth understanding, take notes on the electric imp documentation: https://developer.electricimp.com/squirrel

(just go down the list)

zpaolo11x

  • Hero Member
  • *****
  • Posts: 1233
    • View Profile
    • My deviantart page
Re: Beginner
« Reply #2 on: May 27, 2020, 05:29:10 AM »
I started with this guide to give me a basic idea of how things worked: https://github.com/mickelson/attract/wiki/Introduction-to-Squirrel-Programming

if there's anything you don't understand, reference this: https://github.com/mickelson/attract/blob/master/Layouts.md

and if you want a more in-depth understanding, take notes on the electric imp documentation: https://developer.electricimp.com/squirrel

(just go down the list)

And you can also refer to the standard Squirrel documentation:

http://www.squirrel-lang.org/squirreldoc/

sickle

  • Full Member
  • ***
  • Posts: 65
    • View Profile
Re: Beginner
« Reply #3 on: May 27, 2020, 10:09:55 AM »
I started with this guide to give me a basic idea of how things worked: https://github.com/mickelson/attract/wiki/Introduction-to-Squirrel-Programming

if there's anything you don't understand, reference this: https://github.com/mickelson/attract/blob/master/Layouts.md

and if you want a more in-depth understanding, take notes on the electric imp documentation: https://developer.electricimp.com/squirrel

(just go down the list)

definitely, that's a great recourse!
And you can also refer to the standard Squirrel documentation:

http://www.squirrel-lang.org/squirreldoc/