Skip to content

Instantly share code, notes, and snippets.

@marcelklehr
Created November 21, 2021 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcelklehr/9ae33458de7537246e894ad7be035f58 to your computer and use it in GitHub Desktop.
Save marcelklehr/9ae33458de7537246e894ad7be035f58 to your computer and use it in GitHub Desktop.
Philosophy in a nutshell
const adjectives = [
'predictive',
'symbolic',
'abstract',
'performative',
'demonstrative',
'destructive',
'constructive',
'implicit',
'explicit',
'conjunctive',
'recursive',
'communicative',
'linguistic',
'relative',
'absolute',
'contextual',
'interactive',
'reductive',
'analytic'
]
const nouns = [
'Interactionism',
'Contextualism',
'Relativism',
'Absolutism',
'Dualism',
'Liberalism',
'Constructivism',
'Idealism',
'Reductionism',
'Prescriptivism',
'Positivism',
'Phenomenology',
'Humanism',
'Pragmatism',
'Skepticism',
'Feminism',
'Naturalism',
'Realism',
'Rationalism',
'Structuralism',
'Post-Structuralism',
'Modernism'
]
adjectives[Math.random()*adjectives.length|0] + ' ' + adjectives[Math.random()*adjectives.length|0] +' '+ nouns[Math.random()*nouns.length|0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment