Dear SevenBits, Thank you for the advice.
I will write document and comments. I will use GitHub. "most developers don’t work with code anymore by downloaded archives" I did not understand this meaning well. Regards, Akifumi Takata > 2017/10/25 9:44、SevenBits <sevenbitst...@gmail.com>のメール: > > > On Tue, Oct 24, 2017 at 8:34 PM Akifumi Takata <akif...@icloud.com> wrote: > Dear all, > > I'm sorry, I noticed that I did not designate Cocoa-dev as my destination. > I will forward the mail I sent in the past to Cocoa-dev. > > Please use the “Reply All” button in your mail client. Forwarding clutters > the list and makes it hard to follow conversations. > > > > > Regards, > Takata > > > 転送されたメッセージ: > > > > 差出人: Akifumi Takata <akif...@icloud.com> > > 件名: Re: [ANN] Nursery Framework 1.0.1 (build with Xcode 9) released > > 日付: 2017年10月24日 19:04:22 JST > > 宛先: Alex Zavatone <z...@mac.com> > > > > Dear Alex Zavatone, > > > > Thank you for the advice. > > > > It is difficult for me to write comments in English. > > Is it okay to write comments in Japanese and then translate them into > > English with translation tools? > > I have found that for technical documentation, the quality of tools such as > Google Translate is usually poor. However, it is better for us to have some > documentation than none. You can always ask a volunteer to help you with the > translation. > > > > > > I will consider using Github or Bitbucket. > > However, I think that it will take some time as I have no experience using > > them. > > > > "p, t, a" stands for Programmer TAKATA Akifumi. > > “TAKATA” is last name and “Akifumi” is first name. > > Please use your full name, or at something other than “p, t, a”. This makes > it easier to communicate with you. > > > > > > Regards, > > p,t,a > > > >> 2017/10/24 11:20、Alex Zavatone <z...@mac.com>のメール: > >> > >> Thank you, p.t.a. > >> > >> I understand completely about the time zone. > >> > >> I’ll take a look at the now. > >> > >> Of the most important items in the replies that I have seen, Jens’s > >> comments are most important to you. Jens knows what he is talking about. > >> > >> Of the other comments, putting this up on GitHub seems to be a very good > >> idea. > > Seconded. The website is fine, but most developers don’t work with code > anymore by downloaded archives. > > > >> > >> Also, a lack of comments will be a problem to many, because they don’t > >> understand what you do. > >> > >> Also, those of us outside of Japan are used to talking to people by a > >> first name and last name basis. You can and probably should find use your > >> Japanese name and if possible, how to spell it in English. > >> > >> Part of dealing with and working with people outside of the culture you > >> are from is asking people how best to interact and work together. > >> > >> > >> > >> > >>> On Oct 23, 2017, at 7:51 PM, 高田 明史 <akif...@icloud.com> wrote: > >>> > >>> Dear Alex Zavatone, > >>> > >>> Sorry for the late reply. > >>> I live in Japan, so I have a time difference. > >>> Therefore, in many cases, it takes at least one day to reply. > >>> > >>> I'd like to target iOS, but unfortunately, I have no experience of iOS > >>> development. > >>> However, since it depends solely on the Foundation framework within the > >>> Cocoa framework, I think that it can be used on iOS. > >>> > >>> Supplementally, in the Nursery framework, an instance of a subclass of > >>> NUNursery corresponds to one database file. > >>> > >>> And when saving the object, the scalar value inside the object is > >>> recorded in big endian. When loading an object, it is converted to the > >>> endian of the running host. > >>> So, I think that the same database file can be used with macOS and iOS. > >>> > >>> The following is Japanese version. > >>> > >>> Regards, > >>> p,t,a > >>> > >>> 返事が遅くなり申し訳ありません。 > >>> 私は日本に住んでいるので、時差があります。 > >>> そのため、多くの場合で、返信するまでに少なくとも1日はかかってしまいます。 > >>> > >>> 私はiOSもターゲットにしたいと考えていますが、残念ながら、私はiOSの開発経験がありません。 > >>> しかしながら、Cocoa フレームワーク内のFoundation > >>> フレームワークにのみ依存しているので、iOSで使用することも可能ではないかと考えます。 > >>> > >>> 補足すると、Nursery frameworkではNUNurseryのサブクラスのインスタンスが一つのデータベースファイルに対応しています。 > >>> > >>> そして、オブジェクトの保存時には、オブジェクト内部のスカラー値はビッグエンディアンで記録されています。そして、オブジェクトの読み込み時には、実行しているホストのエンディアンに変換されます。 > >>> ですので、同一のデータベースファイルをmacOSとiOSで使用できると考えます。 > >>> > >>> > >>>> 2017/10/23 22:07、Alex Zavatone <z...@mac.com>のメール: > >>>> > >>>> A MUCH better choice. > >>>> > >>>> I’m glad that you were able to make these changes and move past the > >>>> prior ill-advised naming choice. > >>>> > >>>> Are you targeting this framework only for MacOS or also iOS? > >>>> > >>>> > >>>> > >>>>> On Oct 23, 2017, at 1:17 AM, 高田 明史 <akif...@icloud.com> wrote: > >>>>> > >>>>> Dear all, > >>>>> > >>>>> I changed the problematic domain name to nursery-framework.org. > >>>>> Along with that, I also changed the program's Bundle Identifier etc. > >>>>> > >>>>> If you do not mind, please visit http://nursery-framework.org and see. > >>>>> > >>>>> If there is something wrong, it would be greatly appreciated if you > >>>>> tell me. > >>>>> > >>>>> > >>>>> > >>>>> Regards, > >>>>> p,t,a > >>>>> > >>>>>> 2017/10/23 0:38、高田 明史 <akif...@icloud.com>のメール: > >>>>>> > >>>>>> Dear all, > >>>>>> > >>>>>> Nursery is a persistent object framework (object database) for Cocoa. > >>>>>> It is written in Objective-C. > >>>>>> It is implemented ONLY with the Cocoa Framework. > >>>>>> > >>>>>> Instances of the following classes can be persisted. > >>>>>> > >>>>>> • NSObject > >>>>>> • NSString > >>>>>> • NSMutableString > >>>>>> • NSArray > >>>>>> • NSMutableArray > >>>>>> • NSDictionary > >>>>>> • NSMutableDictionary > >>>>>> • NSSet > >>>>>> • NSMutableSet > >>>>>> • NSNumber > >>>>>> • NSDate > >>>>>> • NSURL > >>>>>> • NSData > >>>>>> • NSMutableData > >>>>>> • NSIndexSet > >>>>>> • NSMutableIndexSet > >>>>>> • NULibrary > >>>>>> A class that implements B+ tree. > >>>>>> • A class that implements the NUCoding protocol. > >>>>>> • A class that implements persistence processing by subclass of > >>>>>> NUCoder > >>>>>> > >>>>>> Objects no longer referenced by Nursery's root object are > >>>>>> automatically released by the GC. > >>>>>> The released area is compacted. > >>>>>> > >>>>>> Operating environment: OS X version 10.8 or higher > >>>>>> > >>>>>> Nursery Framework Download URL: > >>>>>> https://www.icloud.com/iclouddrive/0TNrpGqVlGzm9GyFDv_OlQcwg#NurseryWebSIte.zip > >>>>>> > >>>>>> Regards, > >>>>>> p,t,a > >>>>>> > >>>>>> > >>>>>> _______________________________________________ > >>>>>> > >>>>>> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > >>>>>> > >>>>>> Please do not post admin requests or moderator comments to the list. > >>>>>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com > >>>>>> > >>>>>> Help/Unsubscribe/Update your Subscription: > >>>>>> https://lists.apple.com/mailman/options/cocoa-dev/akifumi%40icloud.com > >>>>>> > >>>>>> This email sent to akif...@icloud.com > >>>>> > >>>>> _______________________________________________ > >>>>> > >>>>> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > >>>>> > >>>>> Please do not post admin requests or moderator comments to the list. > >>>>> Contact the moderators at cocoa-dev-admins(at)lists.apple.com > >>>>> > >>>>> Help/Unsubscribe/Update your Subscription: > >>>>> https://lists.apple.com/mailman/options/cocoa-dev/zav%40mac.com > >>>>> > >>>>> This email sent to z...@mac.com > >>>> > >>> > >> > > > > _______________________________________________ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/sevenbitstech%40gmail.com > > This email sent to sevenbitst...@gmail.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com