TweetFollow Us on Twitter

STSC APL*PLUS
Volume Number:3
Issue Number:12
Column Tag:APL Vectors

APL Returns to the Mac

By S. Allyn Weaks, Contributing Editor, Seattle, WA

STSC APL*PLUS, Other APLs, and Some Utilities

Nearly two years of being distracted is a record even for me, but I’ve started in on APL again, and with some luck maybe I can keep it up for a while this time. A lot has happened in the last few months - there are now four different APLs for the Mac, three commercial and one shareware. PortaAPL has become STSC APL*PLUS, APL.68000 has finally been released, MacAPL is available for those on a budget, and a shareware APL from France, APL 90+ has turned up. This month I’ll give brief descriptions of each them, with detailed coverage of STSC APL, which I’ve used the most.

• APL.68000 ($295, Spencer Organization, Inc., 366 Kinderkamack Road, P.O. Box 248, Westwood, NJ 07675, (201) 666-6011 ) is competing directly with STSC as a full powered language with at least some access to the Mac toolbox. Unfortunately I haven’t been able to see it, and since it has a $295 list price I can’t afford to buy it just for fun. But the rumors on the net are that it’s fast since it’s written in assembly, and solid. It follows the ISO standard except for the file functions- they use some made up symbols instead of the usual quad functions ( FTIE, FCREATE), which not only makes programs harder to read, but complicates porting programs in both directions. They get into more of the Mac toolbox than APL*PLUS does, real windows and dialogs for example. I’ll try to get a good look at it soon so I can give you more information.

• MacAPL ($125, Leptonic Systems Co., 405 Tarrytown Rd. #145, White Plains, NY 10607 ) is a relative newcomer, written by Michael C. O’Conner, author of Layout Editor. It doesn’t yet support the entire language, and it doesn’t access the toolbox, but it has some very nice features. It provides a run-time system, so you can distribute stand-alone applications, and it has the nicest user interface of the lot. You can open more than one workspace at a time and the editor is done properly. There is a function to put text and pictures into the clipboard. A demo version that can do everything but save a workspace is available on Compuserve, Delphi, and in many public domain libraries. I was surprised at how fast it was - it did my harmonic benchmark (+/÷´10000) in 23 seconds. It’s well worth getting hold of a copy of the demo just to get a little of the flavor of APL.

• APL 90 ($85 shareware, SYNC, 12 Place Hotel de Ville, 42000 Saint-Etienne France) is a straight APL from France. It is ported from a mainframe APL written in C at the Ecole des Mines de Saint-Etienne by Jean-Jacques Girardot, François Mireaux and Sega Sako, and is full APL, conforming to the ISO standard. It has a few Mac features, including a row of buttons along the bottom of the screen to change keyboard (ASCII vs. APL), debugging (NONE, TRACE, Macsbug) and to show the time and cursor position. Unfortunately there isn’t a full-screen editor; you have to use the standard clumsy APL del-editor. If you’re interested in doing number crunching and don’t care much about immediate access to the toolbox, this is a good one to look at. Girardot plans to add APL2 features (including nested arrays, ambivalent functions, machine language functions, as well as some object-oriented extensions) by the end of the year. Since APL 90 comes from France, it has a few keyboard problems - they very kindly put in a UK keyboard option, but not a US option. I haven’t bothered to patch the keyboard resources for my copy yet, since I don’t use it regularly, but it shouldn’t be hard to do. One warning - the 1.0e version that I have is incompatible with System 4.1.

• STSC APL*PLUS ($395, STSC Inc., 2115 East Jefferson St., Rockville, MD 20852) is the new name for PortaAPL. PortaAPL still lives as a company, but has licensed it’s Mac APL to STSC. PortaAPL still does all of the programming, and is bringing the interpreter into line with STSC’s other APLs for IBM-PCs and mainframes, while STSC handles documentation, marketing, support, and utility libraries.

The package you get contains a 200 page User’s Guide, 300 page Reference Manual, an APL tutorial (APL is Easy), key stickers to help you learn the keyboard layout, and two disks, one with the interpreter and the other with several utility workspaces. Price is $395 list, with educational discounts. The license agreement is the standard ‘We have all of the rights, you have all of the responsibilities’ variety. Registration entitles you to ‘free’ telephone support (but it’s not a toll-free phone number), and a quarterly newsletter. The phone support has been mostly helpful. They are very good at answering APL questions, but have more trouble with Mac specific problems. The people I’ve talked to have all been IBM-PC types.

The documentation is basically OK. The books are well laid out and easy to read. The Reference Manual has an excellent APL language summary that I wish I’d had available when I was first starting, and the User’s Guide can easily be read through in a couple of sittings to get an overview of the system. The organization isn’t great though. They went to some effort to not duplicate any information, and the indices aren’t complete. You have to go from one book to another a lot to find out enough about some things to use them. And some topics are just plain hard to find; for example, the SFOPEN and SFSAVE functions for invoking the Standard File package aren’t anywhere under ‘files’, but are listed under ‘dialogs’ - an obvious confusion on their part about what dialogs actually are. All of the appendices in the User’s Guide (the atomic vector, error messages, system limits) really should have been in the Reference Manual. The level of explanation is somewhat uneven as well. There is gory detail about what a file is, but you’re expected to already know about forks and resources. Even the name of the program is confusing at times - they refer to the STSC APL*PLUS System file often, and they mean the interpreter, not the Mac System file.

The tutorial book APL is Easy isn’t very useful. I found the tone of it to be patronizing, and almost every example is business related. (My brain clicks off whenever I see words like ‘amortization’ and ‘sales’.) It is written for the IBM-PC version of APL*PLUS, with a page or so of corrections for the Mac, and the highlighting of text that you should type in is distracting. Buy a copy of Gilman and Rose instead (APL: An Interactive Approach, Leonard Gilman and Allen J. Rose, John Wiley & Sons, ISBN 0-471-09304-1). They have business examples too, but they throw in enough math and computer science to keep it interesting.

The Mac interface is a little better than before, as is the editor. The full screen editor now has a horizontal scroll bar for long lines, and you can cut and paste more than one line at a time. There is no search function, so changing a variable name can be tedious. Cursor placement is tricky; if you click once between characters, the character to the left is highlighted, and I mangled a lot of text by typing too fast until I learned to click on the letter to the right. Double-clicking doesn’t select a word as it should, either. The scroll bars are present in the main interpreter window even though they aren’t active, and you can’t make them go away. They reduce the useful area of the screen, and look untidy when doing graphics. You can still only cut and paste one line in the main window.

The font is better (it no longer conflicts with San Francisco), but isn’t perfect. There are three sets of APL fonts (narrow, wide, and italic) and a downloadable Laser font, but since each family has the same ID numbers, you can’t have them all installed at once. You have to use the Config workspace functions to change the default family and size, and the change doesn’t take effect until the next time you load the interpreter. The font size you choose affects allowable values for the WINDOW function, which causes programming problems. Worse, if you install the font in your system file so that you can edit stuff in MacWrite, etc. the keys you need to get the APL characters are wildly different from what you use in APL. Why they couldn’t arrange things to be consistent is beyond me. I’d fix it with a font editor, but that would complicate transferring files to friends.

Toolbox access hasn’t changed appreciably from the older PortaAPL version. Quickdraw, menus, mouse functions and some resource functions are still there as utility workspaces. What STSC refers to as a ‘window’ is more appropriate to an IBM computer - just a restricted region of the screen.

The keyboard layout is very nice. You can choose between a standard APL layout, and the ‘unified’ arrangement, in which the APL characters are typed in with the option key. Lowercase is supported for object names, which is a great improvement over the standard underscored characters.

Mainframe versions of APL*PLUS have many of the APL2 extensions (newer editions of Gilman and Rose cover APL 2 and other common extensions of APL), and I had been particularly hoping for nested arrays. But nested arrays are memory hogs, and STSC is trying to keep the microcomputer versions as compatible as possible. Intel processors just couldn’t handle the load until recently with the ‘386, so we’ll have to wait for awhile. Nested array are on the list though, so with luck we may have them before too long. They do provide dyadic up- and down-grade, which makes alphabetizing in any order you chose extremely easy, and a few other APL2 functions.

The stability of APL*PLUS is pretty good. If you ever use desk accessories, you should set the HEAP_SPACE value with the Config program to at least 100k. I had some crashes until I figured out that APL allocates as much memory as possible into one big non-relocatable block in order to handle large arrays. HEAP_SPACE tells APL how much memory to leave free for the system, printer divers, and desk accessories. The default value is set to only 40k, which is barely enough for the laser printer driver or small DAs. On a Mac Plus, 100k is a good value; on a 512k machine, 70k is a reasonable compromise that still gives you a 180k workspace.

Of the three bugs I’ve found, one is minor; the SOUND function timing is from 20% to 80% too long, and the variation is random. This makes music programming impossible, but the control SOUND allows (pitch, volume and duration, and only one voice) is too limited for real music anyway. The other two are more serious. One is a SFSAVE problem. If you try to create a file that already exists, the ‘Do you want to replace?’ dialog comes up normally, but NCREATE will refuse to create the file, giving an filename error. This can be worked around by trapping the error, deleting the old file, then continuing on, as I do in the utility functions below. The third bug is the most serious: NTYPE, which gives a file type and creator to a Mac file, crashes the system randomly. It crashes much less often (about half the time instead of 90% of the time) if TRACE is turned on. STSC knows about the bug, and it should be fixed in the next version. Meanwhile, there is no workaround; you must use a utility such as Disktop, or FileInfo to manually set the type and creator.

Overall, I like APL*PLUS. The Mac interface needs a lot of work, and I have a list of quibbles, but it’s useful and fun, and mostly works as advertised. The support is good, and I think that new versions will fix the problems and add more goodies (nested arrays, please!!) [Note: APL*PLUS does not work on a Mac II, although it is rumored a beta Mac II version is in the works. STSC readily admits all their effort and interest right now is on the IBM version, which is up to version 7.0, as opposed to the Mac product, which has never left 1.0!-Ed]

Text Utilities

On to a few utilities that I wrote to help with getting information into and out of APL*PLUS. These are useful for including APL functions in a text file (like this article, oddly enough) without having to retype everything. It’s possible to do this via the clipboard, but I don’t care for the extra time it takes. Also, by reading and writing directly to a file, you can handle larger objects without running out of heap space. A note on one of my conventions - since lower case is now allowed in identifier names, I have used lower case exclusively for any global function name or variable. This makes it much easier to pick out my stuff from the utilities and routines that STSC provide, and that you have to leave lying around in the workspace to get anything done. And since everything except system functions are case sensitive, I don’t need to worry about accidentally using one of their names.

The first, lister, is based on the APL*PLUS LISTER program which dumps a workspace to the screen. I’ve changed it to dump to a file instead. It ignores all locked functions completely, and the format for the listing of variables is different. All of the local variables in the function end with a double underscore. Since local variables and functions are ignored by IDLIST (at least before you actually use a local variable), I wanted variable names that wouldn’t shadow global variables. (Note that since lister itself is declared local, it will not dump itself to the file.) I’m unlikely to use the double underscores under other circumstances, so lister should see everything in the workspace. “lister” shows up one of the big problems I’ve found with APL. Redirecting I/O can be a real pain compared to Fortran. I haven’t yet found an easy way to say ‘send stuff to a file instead of the screen until I say otherwise.’ If you write a numeric variable to a file, it’s sent as binary unless you explicitly tell it to be text by using the format (“) function.

Another complication is that since APL*PLUS is written in C, it uses newlines (line-feeds, TCNL) instead of the usual carriage returns ( TCCR) at the end of lines. This is assuming that there are any end of line markers at all - character vectors often have them, character matrices usually don’t. My solution is to first find all newlines and change them to returns, then if the variable is a matrix, I append returns to the end of each row. I have a separate function replace_char to change any character into another that makes the substitution easy.

“lister” first finds an unused file tie number, then calls SFSAVE to get a file name. If cancel is selected, filename__ will be an empty vector, and lister will exit. If an existing file name is chosen, you have to try to create the file, trap the resulting error, then delete the old file yourself. After you have a valid file name, just call NCREATE again and continue on.

To list the functions, I use VR, the visual representation. This produces a character vector with line feeds, and gives the line numbers. If you don’t want line numbers, you can use CR, the canonical representation instead; it’s a character matrix, and you’ll need to append carriage returns to each row. Variables are listed with the data type, then the variable name, and if it isn’t a scalar, the shape. The data itself comes on the following lines, one row per line for dimensions higher than one.

“replace_char” is a general character replacement filter, and is a nice example of the membership (©) and compress (/) functions, and indexing. The right argument is a character vector whose first element is the character to be replaced by the second element. Anything else in the vector is ignored. Line 9 creates a boolean vector (loc) with ones at every occurrence of cv[1]. ´Þ/shape creates a vector of 1 2 ... N, where N is the number of elements in the object. Multiplying by loc selects out the values that contain cv[1], and loc / compresses out the zeroes. “loc” can now be used as the array index for text. There is one problem with this algorithm: it uses a lot of memory. Iota uses 4 times as much memory as the text it’s working on. On a Mac+ this isn’t too bad - in an empty workspace I can easily work with a 100k character vector.

The next two functions let you transport character data into and out of APL without having to use the clipboard. “text_file” takes a character vector or matrix, converts newlines to returns, then writes it to a file. “file_text” reads a text file into a character vector, converting returns into newlines. This makes it convenient to write up help screens in Mockwrite, or any other editor instead of the marginal built in editor. Character vectors take up less space than matrices as they don’t have to pad out to the end of each line, but character matrices are often easier to manipulate. Note the check for available memory before actually reading the file - since file_text calls replace_char, you need to allow for the additional memory it needs.

Fig. 1 PlotDemo in APL

APL BBS

As an end note, some news about a BBS for APL users. BBS\APL (1-301-340-6296) is free (except for phone bills!). Now it’s oriented mostly towards IBM-PC users, but I’m sure we can change that. The BBS is run by Murray Spencer in Gaithersburg MD, and is a rats nest to navigate around, but there are plenty of special interest groups, including specific APL systems, Amiga, and academic, so it shouldn’t be hard to get them to support Macs. Give them a call and let them know that the IBM-PC is on the way out!

 ™ text   file_text ;tie ;name ;size
[1]   ’  imports a text file to a character vector, converts CR to LF
[2]   ’  uses  replace_char 
[3]   
[4]   tie   ( ® / 0, NNUMS ) - 1                                ’  get 
unused tie number
[5]   name    SFOPEN 'TEXT'                ’  get filename
[6]   ‚ ( name  '' ) / 0                  ’  exit if empty filename 
(cancel)
[7]   name  NTIE tie                       ’  open file
[8]   size    NSIZE tie                    ’  find out how big it is
[9]   ‚ ( size    WA ÷ 6 ) / MEMORY        ’  if too big, go to MEMORY
[10]  text    NREAD tie, 82, size, 0       ’  read in the whole file
[11]  text   text replace_char  TCCR, TCNL ’  convert CR to LF
[12]   NUNTIE tie                          ’  close file
[13]  EXIT: ‚ 0                            ’  exit
[14]  MEMORY:
[15]     'Not enough memory to read this file'   ’  print message to 
screen
[16]   NUNTIE tie                                ’  close file
     ™


     ™ lister ;fns__ ;var__ ;text__ ;x__ ;lister ;tie__ ;name__ ;type__ 
; ELX
[1]   ’  list all function and variable names and definitions to a file
[2]   ’  uses  replace_char
[3]   
[4]    ELX   ' ‚ ERR '               ’  trap errors
[5]   
[6]   var__    IDLIST 2              ’  get list of variables
[7]   fns__    IDLIST 1              ’  get list of functions
[8]   
[9]   name__   'Save as ...'  SFSAVE 'Listing'     ’  get file name  

[10]  ‚ ( name__ Â '' ) / EXIT       ’  exit if empty filename  (Cancel)
[11]  tie__   ( ® / 0, NNUMS ) - 1   ’  get an unused tie number
[12]  
[13]  CREATE:  
[14]  name__  NCREATE tie__          ’  create file
[15]  ’ 'QED1TEXT'  NTYPE  tie__     ’  assign file creator and type
[16]                                 ’  (commented out until  NTYPE is 
fixed)
[17]  
[18]  
[19]      ‚ (0 © µ fns__ ) / L4                       ’  If no FNS, skip 
to VARS   
[20]  L1: ‚ (0 = µ text__    VR fns__[ IO;]) / L3     ’  If locked fn, 
skip it  
[21]        text__   text__ replace_char  TCNL, TCCR  ’  replace LF with 
CR
[22]  L2:   ( text__, TCCR )   NAPPEND  tie__         ’  output function 
to file
[23]  L3: ‚ (~ 0 © µ fns__   1 0   fns__) / L1        ’  drop first name 
from list
[24]  L4: ‚ (0 © µ var__) / L7                        ’  If no variables, 
last line
[25]  L5:   text__   (text__   ' ') / text__   var__[ IO;]  ’  remove 
spaces
[26]        x__     text__                             ’  get data for 
object
[27]          ’ make ID line of type:  [INT]  variable_name   2 4 34 
µ
[28]        type__   '[',(,(11 82 323 645 = DR x__)Ÿ 4 3 µ'BITCHRINTFLT'),'] 
'
[29]        text__   type__,text__
[30]        (text__,'    ',((0   µµ x__) / (“µx__),'µ'), TCCR)  NAPPEND 
tie__ 
[31]        ((“ x__) ,  TCCR)   NAPPEND  tie__        ’  write object 
to file 
[32]  L6: ‚ (~0 © µ var__   1 0   var__) / L5         ’  see if there’s 
more to do
[33]  L7:    NUNTIE tie__                             ’  close file and 
quit   
[34]  EXIT:  ‚ 0    
[35]  ERR:          ’  check for file name error  
[36]      ‚ (‘FILE NAME ERROR’   15 ª  DM) / OTHER_ERR  
[37]        name__  NTIE tie__                        ’  open file
[38]        name__  NERASE tie__                      ’  delete file 

[39]        ‚ CREATE                              
[40]  OTHER_ERR:    ’  displays error message and quits for any other 
error
[41]       DM 
     ™


     ™ t   text replace_char  cv ;loc ;shape
[1]   ’  a filter to replace all occurrences of one character with another
[2]   ’  text   can be either a vector or a matrix of any shape
[3]   ’  cv[2]  character to replace cv[1] 
[4]   ’  t      returned with the same shape as the original text 
[5]   ’  Warning:  uses a lot of memory!  (4 times as much as text takes 
up)
[6]   
[7]   shape   µ text                   ’  remember the original shape
[8]   text   ,text                     ’  ravel text to a vector
[9]   loc   text © cv[1]               ’  find all occurrences of cv[1]
[10]  loc   loc / loc Þ ´ Þ/shape      ’  create list of positions of 
cv[1]
[11]  text[loc]   cv[2]                ’  do the replacement
[12]  t   shape µ text                 ’  return value reshaped to original
     ™


     ™ text_file text ;name__ ;tie__ ; ELX
[1]   ’  writes a character vector or matrix to a file, converting LF 
to CR
[2]   ’  a character matrix gets a CR added to the end of each row
[3]   ’  text can be any shape 
[4]   ’  uses  replace_char
[5]   
[6]    ELX   ' ‚ ERR '                      ’  error handler
[7]   tie__   ( ® / 0, NNUMS ) - 1          ’  get unused file tie number
[8]   name__   'Save text as ...’   SFSAVE  'Text'      get filename
[9]   ‚ ( name__ Â '' ) / EXIT              ’  exit if empty filename 
(cancel)
[10]  CREATE:
[11]  name__  NCREATE tie__                 ’  create file 
[12]  ’ 'QED1TEXT'  NTYPE tie__             ’  give it a creator and 
type
[13]  
[14]  text   text replace_char  TCNL, TCCR  ’  convert LF to CR
[15]  ‚ ( (µµ text) ¾  1 ) / L1             ’  if it a vector, skip next 
line
[16]    text   text , (µ text)[1] µ  TCCR   ’  append a CR to every row
[17]  L1:
[18]  (text, TCCR)  NAPPEND tie__           ’  write text to file
[19]   NUNTIE tie__                         ’  close file
[20]  EXIT: ‚ 0                             ’  exit
[21]  ERR:       ’  handle error to replace old file
[22]      ‚ ( 'FILE NAME ERROR'   15 ª  DM ) /  OTHER_ERR
[23]        name__  NTIE tie__
[24]        name__  NERASE tie__
[25]        ‚ CREATE
[26]  OTHER_ERR:
[27]       DM 
     ™

Fig. 2 Draw demo in APL

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best Mobile Game Discounts...
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links below... | Read more »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.