Questions tagged [newtonscript]

NewtonScript is a prototype-based programming language created to write programs for the Newton platform. It is heavily influenced by the Self programming language, but modified to be more suited to needs of mobile and embedded devices.

NewtonScript is an object-oriented programming language developed by Walter Smith for Apple for the Newton OS running on their MessagePad & eMate hardware. It borrows concepts from the Smalltalk, LISP, and Self programming languages with special consideration for a low memory footprint (esp. differential inheritance). In 2003 a NewtonScript interpreter, NEWT/0 was developed by Makoto Nukui allowing for its use on other platforms.

See NewtonScript.org for documentation & development tools.

6 questions
2
votes
0 answers

Unity compile error with Nethereum and Newton.Json

Hi I created a brand new project in unity3d and imported the Nethereum sdk. When I try adding any scripts I keep receiving a compile error - The type 'JsonSerializerSettings' is defined in an assembly that is not referenced. You must add a…
730wavy
  • 944
  • 1
  • 19
  • 57
2
votes
1 answer

How to request contact in C# Telegram Bot API

I want to make a contact request using a keyboard button in Telegram Bot API for C#. I know I have to do this with the request_contact method. But I did not find any source that would explain this in C#. (All resources were related to Python and…
M-Jamiri
  • 127
  • 2
  • 9
2
votes
4 answers

Resources To Learn NewtonScript

Today I got my Apple Newton MessagePad 2000 and then I want to start developing for it. I already downloaded and installed the Newton Toolkit, but where I can learn NewtonScript?
Nathan Campos
  • 28,769
  • 59
  • 194
  • 300
2
votes
2 answers

How do I set custom buttons when using protoApp instead of newtApplication?

I'm developing a Newton OS app in NewtonScript and the protoApp proto fits the application type better than the newtApplication proto (i.e. NewtApp). protoApp provides the title & status bar with close box, but how do I insert custom buttons in the…
morgant
  • 2,135
  • 2
  • 19
  • 28
1
vote
1 answer

How do I open a protoFloatNGo window on protoInfoButton "About" click?

I've reviewed "View Instantiation" (p. 3-26) in the NewtonScript Programmer's Guide as well as its "The Inside Story on Declare" appendix (p. A-1) and "Declaring Views" section in Programming for the Newton using Macintosh, 2nd ed. I believe I…
morgant
  • 2,135
  • 2
  • 19
  • 28
0
votes
1 answer

MongoDB ObjectId conversion error in c# using Newtonsoft Deserialization

I have been working to convert MongoDB BSON documents to List object in c#. While converting, i get below error "{"Unexpected character encountered while parsing value: O. Path '_id', line 1, position 10."}" After searching for similar issues in…
Ronak
  • 187
  • 2
  • 17