Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Dynamic Properties

< >
Example from 1 languages: undefined
class Person {} const person = new Person() person.age = 50
Example from 1 languages: undefined
class Person (object): def __init__(self, name): self.name = name person = Person("John") person.age = 50
*

Languages with Dynamic Properties include JavaScript, Python, Aardvark

*

Languages without Dynamic Properties include C3, Speedie

*

View all concepts with or missing a hasDynamicProperties measurement

View source

- Build the next great programming language About Acknowledgements Extensions Day 631 Donate feedback@pldb.io