A recipe to prepare comment soup from Pharo class-comments
## Do programming languages shape our mind as the natural languages do? https://medium.com/@poojaruhal65/do-programming-languages-mold-our-brain-as-natural-languages-do-3b85d703e8ba ## About Project The Project analyze the Pharo class-comments, evolution of the class-comments and linguistic pattern of developer. How developers express their thoughts in natural language (English). # Install ```smalltalk Metacello new baseline: 'CamelComments'; repository: 'github://poojaruhal/Moose-Camel-Comments/src'; load