惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - 阿飞外传

ruby-core 简单rails开发环境 关于MDA的长期等待 Is MOF the kernel language of MDA langs family graduated 图模式-续 符号软件工程(SSE) next MDA? Algebra operator declaration 's UML profile 应用元建模读书笔记 再谈实例化和图转换 EclipseUML2.0::Class的接口 主题与模型 MDA轮廓 UML::Element的代数规范 UML::InstanceValue是元类吗 MDA is a big reflection i need a job CGN的IP之父访谈的两句话 A sample of writing a loop in Action Semantic codes
语言内实例表示机制 类型信息隐藏 MOF自描述
阿飞外传 · 2005-08-12 · via 博客园 - 阿飞外传

语言内实例表示机制:一个语言除提供自定义类型描述外,是否提供了自定义类型的相应实例的描述机制,并提供实例与类型的兼容性确认(validation)?,提供语言内实例表示机制的语 言有:XML(XMLSchema/XMLDoc),maude(类别规范/对象项),UML(UML::Class等/UML:: InstanceSpecification),MOF(MOF::Class/MOF::Object)。上面的列表应该是远不完全的。 Smalltalk提供尽可能多的inspect及全反射(inspect me, change me)是否是与不能提供实例表示机制有关?

类型信息隐藏:将类型信息编码成某个类型库的实例,如:用MOF::Object实例描述MOF,用UML::InstanceSpecification描述UML,a XML Schema is a XML Doc。

MOF自描述:用MOF::Object等类型的实例描述MOF。

当用两个内容无关的类型库分别描述:自定义的类型 和 前者的实例时,就是用内容无关的类型描述内容相关的类型及其实例。或者说是语言ontology与内容ontolog的正交性,或者说内容 ontology及其实例以密文方式嵌入到语言ontology实例的明文中。

语言内实例表示机制对于MDA而言是重要的,意味着:you can touch and change your instances by type-in your instances,更少控制的实例化(because you can type-in your instances of your types, even the object identifiers),在closed world里定义语言的操作语义变得更方便,and more(actually, i don't know)

相关联系:prototype based OO -XMLSchema/XMLDoc-语言类型/内容类型-自描述-动态语言-全反射-数据与程序的不可区分(lisp)