Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create intro Clojure material using Logo #10

Open
echeran opened this issue Mar 9, 2016 · 0 comments
Open

create intro Clojure material using Logo #10

echeran opened this issue Mar 9, 2016 · 0 comments

Comments

@echeran
Copy link
Collaborator

echeran commented Mar 9, 2016

The following idea is on the basis that I've previously created a set of lessons in the style of a textbook and a 2 hr basic Clojure workshop among other teaching experiences...

When trying to introduce new people to Clojure (students new to programming, curious/interested experienced coworkers), they stop learning when they reach a point where the concept is too difficult/unfamiliar.

So far, there seem to be 2 groups I can think of: beginners in programming, and experienced programmers.

For the first group, Logo is a great way to learn. The key to engage such students once they reach mastery of basic Logo concepts and teach them more / more advanced programming concepts. Doing so in a gradual way, so as not to lose these learners, is one of the original motivating reasons for clojure-turtle. An approach that works for beginners should work for anyone.

For the second group, they look for an approach that makes them feeling like they're learning faster than average. They expect that their programming experience gives them a basis of comparison that they can use to intuit a new language's concepts, syntax, etc. as they bypass "beginner" material. Currently, if there is a stumbling block, it is that most programmers' experience currently does not yet include languages the look or behave like Clojure. The perceived gap here is a gentle intro to Clojure syntax and FP at a pace that assumes knowledge of basic programming concepts. One way to do this is to create a set of materials designed as, "Here's some concept implemented in Python, now here is the equivalent in Clojure".

Although the materials for the groups outline above would be different in nature, the structure of the lessons should be able to achieve convergence -- over time, the learners in the first group should eventually be able to reach the same mastery of Clojure as in the second group, and everyone should be equally satisfied.

@echeran echeran changed the title create an intro Clojure material using Logo create intro Clojure material using Logo Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant